< prev index next >

src/java.desktop/unix/classes/sun/awt/X11GraphicsEnvironment.java

Print this page

        

*** 58,68 **** * This is an implementation of a GraphicsEnvironment object for the * default local GraphicsEnvironment used by the Java Runtime Environment * for X11 environments. * * @see GraphicsDevice ! * @see GraphicsConfiguration */ public class X11GraphicsEnvironment extends SunGraphicsEnvironment { private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11GraphicsEnvironment"); --- 58,68 ---- * This is an implementation of a GraphicsEnvironment object for the * default local GraphicsEnvironment used by the Java Runtime Environment * for X11 environments. * * @see GraphicsDevice ! * @see java.awt.GraphicsConfiguration */ public class X11GraphicsEnvironment extends SunGraphicsEnvironment { private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11GraphicsEnvironment");
< prev index next >