This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java Digest 19 Nov 2003 23:00:15 -0000 Issue 1351
- From: Stanley Brown <stanley dot brown at zimmer dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 20 Nov 2003 13:15:09 -0500
- Subject: Re: java Digest 19 Nov 2003 23:00:15 -0000 Issue 1351
- References: <1069282815.24857.ezmlm@gcc.gnu.org>
I took this from the Eclipse site SWT project page:
-----
Another exciting aspect of SWT is that it is also being used as part of
the underlying implementation for several embedded systems efforts
because of its small size and focus on efficiency. The most notable of
these, currently at least, is in the AWT implementation provided as part
of the VisualAge/MicroEdition class libraries, where SWT effectively
becomes the peer layer for AWT. Further effort is ongoing to improve
SWT's utility in this area.
-----
Just a thought, but if GCJ used SWT it could solve the lack of AWT if it
took a similiar approach.