This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Merging in more AWT stuff
- To: "Rolf W. Rasmussen" <rolfwr at ii dot uib dot no>
- Subject: Re: Merging in more AWT stuff
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 15 Aug 2000 12:32:51 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <20000811194852.A1181@amy>
- Reply-To: tromey at cygnus dot com
>>>>> "Rolf" == Rolf W Rasmussen <rolfwr@ii.uib.no> writes:
Rolf> This patch merges in most of the AWT code I've been working on.
Rolf> With this patch, and the Xlib-based toolkit implementation I've
Rolf> also been working on I've been able to get my AWT test programs
Rolf> up and running, The patch implements missing parts of some AWT
Rolf> classes, and also fixes some bugs that became apparent when the
Rolf> windows and components actually started appearing on the screen.
Rolf> Ok to check in?
This is great stuff! Feel free to check it in once you've addressed
Bryce's concerns. I didn't read the patch in real detail, but for
java.awt, at this point, I'm sure any change is for the good...
You should also feel free to simply commit bug fixes to the code
you've written, provided the fixes follow the coding standard. If
you'd rather have people look at your patches, that is fine too.
Bryce, as far as I'm concerned you can approve or reject java.awt
patches without waiting for me.
Tom