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 on it?
- From: Tom Tromey <tromey at redhat dot com>
- To: Clemens Eisserer <Linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 04 Mar 2003 09:47:15 -0700
- Subject: Re: Want to help integrating swing. Is already someone working on it?
- References: <200303040844.h248i3E12848@mailgate5.cinetic.de>
- Reply-to: tromey at redhat dot com
>>>>> "Clemens" == Clemens Eisserer <Linuxhippy at web dot de> writes:
Clemens> Is there already any Swing-Code? Whats about Java2d on AWT?
There is a small amount of Swing code but it doesn't do anything
useful (as far as I know).
There is some Java2d code, but, again, not much.
Clemens> After all, I decided that I want to help implement SWING. I'm
Clemens> not a really good coder, but I know how swing is built and
Clemens> how it works.
Cool. Note that if you've looked at the Sun sources, then
unfortunately you can't help :-( (thought I'd point that out in
advance...). Other than that we'd love to have your help.
If you want to get into serious programming on the library you'll need
a copyright form filed with the FSF. I can get you started on this if
you like.
Clemens> Is there already a team building Swing or how complete is the
Clemens> implementation. Will it be merged with gnu-classpth? what are
Clemens> the current plans? Will it also be lighweight (i think
Clemens> another way to be api-compatible is not possible). Who is
Clemens> also working on this topic?
As far as I know, nobody else is working on Swing. This will
definitely be merged 100% with Classpath, and in fact I'd recommend
writing the code in the Classpath tree to begin with.
Tom