Searched refs:createUI (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/javax/swing/JColorChooser/
H A DTest7194184.java57 createUI();
64 private static void createUI() throws Exception { method in class:Test7194184
/openjdk9/jdk/test/javax/swing/JFrame/NSTexturedJFrame/
H A DNSTexturedJFrame.java90 createUI();
96 private static void createUI() throws Exception { method in class:NSTexturedJFrame
/openjdk9/jdk/test/java/awt/keyboard/Bug8158478/
H A DTest8158478.java79 createUI();
82 public final void createUI() { method in class:X11KeysymTest
/openjdk9/jdk/test/java/awt/Mouse/8158205/
H A DMouseHandCursorTest.java57 createUI();
61 public static void createUI() throws Exception { method in class:MouseHandCursorTest
/openjdk9/jdk/test/javax/swing/JInternalFrame/6288609/
H A DTestJInternalFrameDispose.java64 createUI();
74 private static void createUI() { method in class:TestJInternalFrameDispose
/openjdk9/jdk/test/javax/swing/JMenu/8067346/
H A Dbug8067346.java71 test.createUI();
79 public void createUI() { method in class:bug8067346
/openjdk9/jdk/test/javax/swing/JFormattedTextField/7070795/
H A DJFormattedTextFieldTest.java60 createUI();
63 public final void createUI() throws Exception { method in class:JFormattedTextFieldTest
/openjdk9/jdk/test/javax/swing/LookAndFeel/6439354/
H A DTitledBorderTest.java84 createUI();
90 throw new RuntimeException("createUI Failed: " + ex.getMessage());
95 public final void createUI() throws Exception { method in class:TitledBorder
/openjdk9/jdk/test/javax/swing/LookAndFeel/6897701/
H A DJMenuItemsTest.java49 createUI();
52 private void createUI() { method in class:JMenuItemsTest
/openjdk9/jdk/test/javax/swing/plaf/metal/MetalIcons/
H A DMetalHiDPIIconsTest.java67 SwingUtilities.invokeLater(MetalHiDPIIconsTest::createUI);
75 private static void createUI() { method in class:MetalHiDPIIconsTest
/openjdk9/jdk/test/javax/swing/JInternalFrame/8145896/
H A DTestJInternalFrameMaximize.java66 createUI();
89 private static void createUI() throws Exception { method in class:TestJInternalFrameMaximize
/openjdk9/jdk/test/javax/swing/JInternalFrame/DockIconRepaint/
H A DDockIconRepaint.java58 EventQueue.invokeAndWait(DockIconRepaint::createUI);
106 private static void createUI() { method in class:DockIconRepaint
/openjdk9/jdk/test/javax/swing/JMenuItem/8152981/
H A DMenuItemIconTest.java63 createUI();
71 private static void createUI() throws Exception { method in class:MenuItemIconTest
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaEditorPaneUI.java37 public static ComponentUI createUI(final JComponent c){ method in class:AquaEditorPaneUI
H A DAquaPopupMenuSeparatorUI.java39 public static ComponentUI createUI(final JComponent c) { method in class:AquaPopupMenuSeparatorUI
H A DAquaSplitPaneUI.java43 public static ComponentUI createUI(final JComponent x) { method in class:AquaSplitPaneUI
H A DAquaTextPaneUI.java37 public static ComponentUI createUI(final JComponent c) { method in class:AquaTextPaneUI
H A DAquaTableUI.java42 public static ComponentUI createUI(final JComponent c) { method in class:AquaTableUI
H A DAquaTextAreaUI.java36 public static ComponentUI createUI(final JComponent c) { method in class:AquaTextAreaUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicPanelUI.java52 public static ComponentUI createUI(JComponent c) { method in class:BasicPanelUI
H A DBasicRadioButtonMenuItemUI.java48 public static ComponentUI createUI(JComponent b) { method in class:BasicRadioButtonMenuItemUI
H A DBasicCheckBoxMenuItemUI.java48 public static ComponentUI createUI(JComponent c) { method in class:BasicCheckBoxMenuItemUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalMenuBarUI.java50 public static ComponentUI createUI(JComponent x) { method in class:MetalMenuBarUI
H A DMetalSeparatorUI.java62 public static ComponentUI createUI( JComponent c ) method in class:MetalSeparatorUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthPasswordFieldUI.java48 public static ComponentUI createUI(JComponent c) { method in class:SynthPasswordFieldUI

Completed in 311 milliseconds

1234567891011>>