CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 07/03/01 01:01:01
Modified files: java/awt : Canvas.java Component.java Window.java . : ChangeLog Log message: 2007-03-01 Roman Kennke <[EMAIL PROTECTED]> * java/awt/Canvas.java (graphicsConfiguration): Removed duplicate (from Component) field. (Canvas(GraphicsConfiguration)): Set the Component's graphicsConfig field. (getGraphicsConfigurationImpl): Removed. * java/awt/Component.java (getGraphicsConfiguration): Moved implementation here. Synchronize on tree lock to prevent threading nastiness. Don't query peer and instead return the setting of the graphicsConfig field. (getGraphicsConfigurationImpl): Removed. * java/awt/Window.java (graphicsConfiguration): Removed duplicate (from Component) field. (Window): Set the Component's graphicsConfig field. (Window(GraphicsConfiguration)): Set the Component's graphicsConfig field. (Window(Window,GraphicsConfiguration)): Set the Component's graphicsConfig field. (getGraphicsConfigurationImpl): Removed. (getGraphicsConfiguration): Fetch the local graphics env here if not already done and return that. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.155&r2=1.156 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Window.java?cvsroot=classpath&r1=1.79&r2=1.80 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9135&r2=1.9136