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

Print this page

        

*** 39,49 **** /** * The abstract class XBaseMenuWindow is the superclass * of all menu windows. */ ! abstract public class XBaseMenuWindow extends XWindow { /************************************************ * * Data members * --- 39,49 ---- /** * The abstract class XBaseMenuWindow is the superclass * of all menu windows. */ ! public abstract class XBaseMenuWindow extends XWindow { /************************************************ * * Data members *
*** 87,97 **** * * This is lowest level lock, * no other locks should be taken when * thread own this lock. */ ! static private Object menuTreeLock = new Object(); /************************************************ * * Event processing * --- 87,97 ---- * * This is lowest level lock, * no other locks should be taken when * thread own this lock. */ ! private static Object menuTreeLock = new Object(); /************************************************ * * Event processing *