classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cleaning up the AWT


From: Thomas Fitzsimmons
Subject: cleaning up the AWT
Date: Fri, 12 Aug 2005 11:07:23 -0400

Hi,

Now that we have Qt peers, we need to be more diligent about not having
gtk-peer specific code in java.awt.  Currently, there are two main
places where such code has crept in: the native event queue interfacing
in EventQueue, and setBoundsCallback in Window.  My plan is to re-work
these two sections of code to remove these references.  Since these are
critical areas of java.awt, there may be a brief period of instability.
I'll make sure that Swing continues to work with every patch I commit,
so as not to disrupt its development.

Tom






reply via email to

[Prev in Thread] Current Thread [Next in Thread]