This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Questions on Swing implementation maturity via an example
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: Patrick <patrick at drexsuite dot org>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Mon, 31 May 2004 10:28:16 -0400
- Subject: Re: Questions on Swing implementation maturity via an example
- References: <1085853419.3953.21.camel@glypsube.org>
Patrick wrote:
Finally, one general question: while taking a look at the Classpath
status in comparison to Sun's J2SE SDK, it appears that the majority of
the J2SE packages are completed (at least if you pull in
Tritonus/Jessie/GNU Crypto/and some CORBA solution). Am I correct in
understanding that AWT and Swing are now the last major, remaining
pieces of the J2SE to complete for Classpath?
I'd say thats fairly accurate. Of course, there are still bugs to fix
and things to optimize in some areas, but most of the commonly used core
packages, aside from Swing/AWT, are more or less complete.
Its worth noting that AWT support is much further along than Swing.
We're fast approaching the point now where many non-trivial applications
work with the GTK AWT peers, which is quite impressive.
Regards
Bryce