More problems extending an inner class

1998-06-17 Thread Daniele Lugli
Marcus, I've tried to modify my code a little bit, hoping to keep the possibility to extend the inner class. The idea is: avoid having Dialog1 implementing ActionListener; give him instead a member function which does everything actionPerformed should do, but which has a different name, say myActi

R: Problem extending an inner class

1998-06-17 Thread Daniele Lugli
m doing is to avoid extending inner classes (if I have two similar inner classes, instead of defining a common ancestor I code them both fully). Best regards, Daniele -- > Da: Marcus Johnson <[EMAIL PROTECTED]> > A: Daniele Lugli <[EMAIL PROTECTED]> > Cc: [EMAIL PR

Problem extending an inner class

1998-06-13 Thread Daniele Lugli
a bug, the problem is probably mine. Thank you, Daniele Lugli // File name: Wrong.java import java.awt.*; import java.awt.event.*; import java.lang.String; import java.text.*; import java.util.*; public class Wrong extends Frame { public static void main (String args[]) throws Exception {

Cannot post to the mailing lists

1998-05-25 Thread Daniele Lugli
ere I have java, so I hope that some of you can give me a hint. Thans in advance, Daniele Lugli

Newbie question, answered

1998-05-25 Thread Daniele Lugli
that is the kaffe javac. Now that I moved $JAVA_HOME/bin ahead in my $PATH, both javac and java work, and I see a wonderful "Hello, World!". Thank you indeed, Daniele Lugli

Newbie question

1998-05-23 Thread Daniele Lugli
tting: ... Failed to open object 'HelloWorld/java' Yes, with a slash instead of the dot. Why? I am using Red Hat 5.0 and my shell is bash. Thank you in advance for any help and best regards. Daniele Lugli