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
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
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 {
ere I have java, so I hope that some of you can give me a hint.
Thans in advance,
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
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