jdk/src/java.desktop/unix/classes/sun/awt/X11/XAwtState.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    25 
    25 
    26 /**
    26 /**
    27  * This class is a placeholder for all internal static objects that represent
    27  * This class is a placeholder for all internal static objects that represent
    28  * system state. We keep our representation up-to-date with actual system
    28  * system state. We keep our representation up-to-date with actual system
    29  * state by tracking events, such as X Focus, Component under cursor etc.
    29  * state by tracking events, such as X Focus, Component under cursor etc.
    30  * All attributes should be static private with accessors to simpify change
    30  * All attributes should be private static with accessors to simpify change
    31  * tracking.
    31  * tracking.
    32  */
    32  */
    33 package sun.awt.X11;
    33 package sun.awt.X11;
    34 
    34 
    35 import java.awt.Component;
    35 import java.awt.Component;