Searched refs:MetalRadioButtonUI (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxUI.java55 public class MetalCheckBoxUI extends MetalRadioButtonUI {
57 // NOTE: MetalCheckBoxUI inherts from MetalRadioButtonUI instead
59 // painting changes made in MetalRadioButtonUI.
H A DMetalRadioButtonUI.java42 * RadioButtonUI implementation for MetalRadioButtonUI
57 public class MetalRadioButtonUI extends BasicRadioButtonUI { class in inherits:BasicRadioButtonUI
83 * Returns an instance of {@code MetalRadioButtonUI}.
86 * @return an instance of {@code MetalRadioButtonUI}
90 MetalRadioButtonUI metalRadioButtonUI =
91 (MetalRadioButtonUI) appContext.get(METAL_RADIO_BUTTON_UI_KEY);
93 metalRadioButtonUI = new MetalRadioButtonUI();

Completed in 43 milliseconds