This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Help needed running Swing apps using gij
- From: Tom Tromey <tromey at redhat dot com>
- To: Johan Walles <d92-jwa at nada dot kth dot se>
- Cc: java at gcc dot gnu dot org
- Date: 30 Dec 2002 14:06:30 -0700
- Subject: Re: Help needed running Swing apps using gij
- References: <1041189236.924.6.camel@foo>
- Reply-to: tromey at redhat dot com
>>>>> "Johan" == Johan Walles <d92-jwa@nada.kth.se> writes:
Johan> Obviously JFrame can't be found. However, it seems to me that GNU
Johan> Classpath actually has a JFrame implementation. Otherwise, what is
Johan> javax/swing/JFrame.class doing in Classpath's
Johan> /usr/share/classpath/glibj.zip?
Perhaps gcj 3.2 didn't have JFrame. 3.3 definitely will.
However, don't get your hopes up. While there is some Swing code in
place, it doesn't actually work.
Tom