jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicButtonUI.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    62     /**
    62     /**
    63      * The default offset of a text.
    63      * The default offset of a text.
    64      */
    64      */
    65     protected int defaultTextShiftOffset;
    65     protected int defaultTextShiftOffset;
    66 
    66 
    67     private final static String propertyPrefix = "Button" + ".";
    67     private static final String propertyPrefix = "Button" + ".";
    68 
    68 
    69     private static final Object BASIC_BUTTON_UI_KEY = new Object();
    69     private static final Object BASIC_BUTTON_UI_KEY = new Object();
    70 
    70 
    71     // ********************************
    71     // ********************************
    72     //          Create PLAF
    72     //          Create PLAF