This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Want to help integrating swing. Is already someone working onit?
- From: Cedric Berger <cedric at wireless-networks dot com>
- To: Clemens Eisserer <Linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 04 Mar 2003 16:41:46 +0100
- Subject: Re: Want to help integrating swing. Is already someone working onit?
- References: <200303041515.h24FFxp10627@mailgate5.cinetic.de>
Clemens Eisserer wrote:
As far as I know SWING doesnt need any native calls, its completlywritten on top of AWT.
yes.
Java2d also isnt based on native functions.
java2d itself probably uses native calls.
LOL :D ok. Let's start small ok???
Someone wrote a nice program that read javadoc and
write implementation skeleton. Any Swing project would
benefit from that tool a lot, IMHO. Swing is basically a lot
of small functions: The many getXXX and setXXX are
probably just one-line-calls, for example.
Cedric