src/java.desktop/unix/classes/sun/awt/X11/XAwtState.java

Print this page

        

*** 25,35 **** /** * This class is a placeholder for all internal static objects that represent * system state. We keep our representation up-to-date with actual system * state by tracking events, such as X Focus, Component under cursor etc. ! * All attributes should be static private with accessors to simpify change * tracking. */ package sun.awt.X11; import java.awt.Component; --- 25,35 ---- /** * This class is a placeholder for all internal static objects that represent * system state. We keep our representation up-to-date with actual system * state by tracking events, such as X Focus, Component under cursor etc. ! * All attributes should be private static with accessors to simpify change * tracking. */ package sun.awt.X11; import java.awt.Component;