src/java.desktop/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java

Print this page

        

*** 51,61 **** */ protected Icon icon; private boolean defaults_initialized = false; ! private final static String propertyPrefix = "RadioButton" + "."; private KeyListener keyListener = null; // ******************************** // Create PLAF --- 51,61 ---- */ protected Icon icon; private boolean defaults_initialized = false; ! private static final String propertyPrefix = "RadioButton" + "."; private KeyListener keyListener = null; // ******************************** // Create PLAF