jdk/src/java.desktop/unix/classes/sun/awt/X11/XBaseMenuWindow.java
changeset 32865 f9cb6e427f9e
parent 30469 bac0a7ff7e1e
child 37572 7b0c62fdb5d8
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    39 
    39 
    40 /**
    40 /**
    41  * The abstract class XBaseMenuWindow is the superclass
    41  * The abstract class XBaseMenuWindow is the superclass
    42  * of all menu windows.
    42  * of all menu windows.
    43  */
    43  */
    44 abstract public class XBaseMenuWindow extends XWindow {
    44 public abstract class XBaseMenuWindow extends XWindow {
    45 
    45 
    46     /************************************************
    46     /************************************************
    47      *
    47      *
    48      * Data members
    48      * Data members
    49      *
    49      *
    87      *
    87      *
    88      * This is lowest level lock,
    88      * This is lowest level lock,
    89      * no other locks should be taken when
    89      * no other locks should be taken when
    90      * thread own this lock.
    90      * thread own this lock.
    91      */
    91      */
    92     static private Object menuTreeLock = new Object();
    92     private static Object menuTreeLock = new Object();
    93 
    93 
    94     /************************************************
    94     /************************************************
    95      *
    95      *
    96      * Event processing
    96      * Event processing
    97      *
    97      *