Searched refs:createUI (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaButtonCheckBoxUI.java44 public static ComponentUI createUI(final JComponent b) { method in class:AquaButtonCheckBoxUI
H A DAquaPanelUI.java40 public static ComponentUI createUI(final JComponent c) { method in class:AquaPanelUI
H A DAquaTextFieldFormattedUI.java39 public static ComponentUI createUI(final JComponent c) { method in class:AquaTextFieldFormattedUI
H A DAquaButtonRadioUI.java44 public static ComponentUI createUI(final JComponent b) { method in class:AquaButtonRadioUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicPasswordFieldUI.java51 public static ComponentUI createUI(JComponent c) { method in class:BasicPasswordFieldUI
H A DBasicPopupMenuSeparatorUI.java51 public static ComponentUI createUI( JComponent c ) method in class:BasicPopupMenuSeparatorUI
H A DBasicViewportUI.java52 public static ComponentUI createUI(JComponent c) { method in class:BasicViewportUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLabelUI.java52 * overrides the <code>createUI</code> method, and place that class
65 public static ComponentUI createUI(JComponent c) { method in class:MetalLabelUI
H A DMetalPopupMenuSeparatorUI.java52 public static ComponentUI createUI( JComponent c ) method in class:MetalPopupMenuSeparatorUI
H A DMetalCheckBoxUI.java77 public static ComponentUI createUI(JComponent b) { method in class:MetalCheckBoxUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthFormattedTextFieldUI.java44 public static ComponentUI createUI(JComponent c) { method in class:SynthFormattedTextFieldUI
H A DSynthCheckBoxMenuItemUI.java52 public static ComponentUI createUI(JComponent c) { method in class:SynthCheckBoxMenuItemUI
H A DSynthCheckBoxUI.java51 public static ComponentUI createUI(JComponent b) { method in class:SynthCheckBoxUI
H A DSynthRadioButtonUI.java50 public static ComponentUI createUI(JComponent b) { method in class:SynthRadioButtonUI
H A DSynthRadioButtonMenuItemUI.java48 public static ComponentUI createUI(JComponent b) { method in class:SynthRadioButtonMenuItemUI
H A DSynthToggleButtonUI.java51 public static ComponentUI createUI(JComponent b) { method in class:SynthToggleButtonUI
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiResolutionIcon/
H A DMultiResIconTest.java77 createUI();
85 private static void createUI() throws Exception { method in class:MultiResIconTest
179 createUI();
182 private void createUI() { method in class:MultiResIconTest.TestFrame
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifCheckBoxUI.java60 public static ComponentUI createUI(JComponent c) { method in class:MotifCheckBoxUI
H A DMotifMenuBarUI.java65 public static ComponentUI createUI(JComponent x) { method in class:MotifMenuBarUI
H A DMotifPopupMenuSeparatorUI.java45 public static ComponentUI createUI( JComponent c ) method in class:MotifPopupMenuSeparatorUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxUI.java63 public static ComponentUI createUI(JComponent c) { method in class:WindowsCheckBoxUI
/openjdk9/jdk/test/java/awt/Window/8159168/
H A DSetShapeTest.java48 createUI();
71 private static void createUI() throws Exception { method in class:SetShapeTest
/openjdk9/jdk/test/javax/swing/JTextPane/
H A Dbug8025082.java49 createUI();
67 private static void createUI() { method in class:bug8025082
/openjdk9/jdk/test/javax/swing/LookAndFeel/8146276/
H A DNimbusGlueTest.java57 createUI();
98 private static void createUI() throws Exception { method in class:NimbusGlueTest
/openjdk9/jdk/test/javax/swing/JInternalFrame/4769772/
H A DTestJInternalFrameIconify.java54 createUI(lookAndFeelString);
76 private static void createUI(String lookAndFeelString) throws Exception { method in class:TestJInternalFrameIconify

Completed in 200 milliseconds

1234567891011>>