jdk/src/java.desktop/unix/classes/sun/awt/X11/XButtonPeer.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 43722 25ba19c20260
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    38     private boolean armed;
    38     private boolean armed;
    39     private Insets focusInsets;
    39     private Insets focusInsets;
    40     private Insets borderInsets;
    40     private Insets borderInsets;
    41     private Insets contentAreaInsets;
    41     private Insets contentAreaInsets;
    42 
    42 
    43     private final static String propertyPrefix = "Button" + ".";
    43     private static final String propertyPrefix = "Button" + ".";
    44     protected Color focusColor =  SystemColor.windowText;
    44     protected Color focusColor =  SystemColor.windowText;
    45 
    45 
    46     private boolean disposed = false;
    46     private boolean disposed = false;
    47 
    47 
    48     String label;
    48     String label;