This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and Swing
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Cc: Ivan Ivanov <rambiusparkisanius at yahoo dot com>
- Date: Mon, 23 Aug 2004 16:08:20 +0200
- Subject: Re: GCJ and Swing
- References: <20040823140134.19274.qmail@web52901.mail.yahoo.com>
Am Montag, 23. August 2004 16:01 schrieb Ivan Ivanov:
> Dear Colleagues,
>
> I am currently investigating GCJ and I read in its
> docs that libgcj is missing java.awt and javax.swing.
> Is it possible to use GCJ with a third part library
> that implements Swing and if it is possible, can you
> point me such a library?
Thats not totally true anymore. AWT now works really good but still
lacks some features. Swing is in the works and partly works. It
always depends on the stuff you need and the GCJ version you use. AWT
and Swing is under heavy development currently.
You can probabably use SwingWT which is a Swing implementation based
on SWT. You surely find it via Google.
Michael