Searched refs:createUI (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarSeparatorUI.java54 public static ComponentUI createUI( JComponent c ) method in class:BasicToolBarSeparatorUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifOptionPaneUI.java56 public static ComponentUI createUI(JComponent x) { method in class:MotifOptionPaneUI
H A DMotifRadioButtonUI.java61 public static ComponentUI createUI(JComponent c) { method in class:MotifRadioButtonUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxMenuItemUI.java64 public static ComponentUI createUI(JComponent b) { method in class:WindowsCheckBoxMenuItemUI
H A DWindowsDesktopIconUI.java49 public static ComponentUI createUI(JComponent c) { method in class:WindowsDesktopIconUI
H A DWindowsRadioButtonMenuItemUI.java63 public static ComponentUI createUI(JComponent b) { method in class:WindowsRadioButtonMenuItemUI
H A DWindowsToolBarUI.java50 public static ComponentUI createUI(JComponent c) { method in class:WindowsToolBarUI
/openjdk9/jdk/test/java/awt/Modal/InvisibleParentTest/
H A DInvisibleParentTest.java58 test.createUI();
107 public final void createUI() throws Exception { method in class:TestUI
/openjdk9/jdk/test/java/awt/image/multiresolution/
H A DMenuMultiresolutionIconTest.java76 SwingUtilities.invokeAndWait(this::createUI);
79 private void createUI() { method in class:MenuMultiresolutionIconTest
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiResolutionIcon/
H A DIconTest.java80 private static void createUI() throws Exception { method in class:IconTest
160 createUI();
/openjdk9/jdk/test/javax/swing/JSlider/SliderTick/
H A DSliderTickTest.java55 test.createUI();
104 public final void createUI() throws Exception { method in class:TestUI
/openjdk9/jdk/test/javax/swing/JRadioButton/FocusTraversal/
H A DFocusTraversal.java75 createUI(lookAndFeelString);
84 private static void createUI(final String lookAndFeelString) method in class:FocusTraversal
/openjdk9/jdk/test/javax/swing/plaf/windows/8165594/
H A DWindowsClassicHiDPIIconsTest.java73 SwingUtilities.invokeLater(WindowsClassicHiDPIIconsTest::createUI);
81 private static void createUI() { method in class:WindowsClassicHiDPIIconsTest
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DMandelbrotControl.java51 createUI();
55 private void createUI() { method in class:MandelbrotControl
/openjdk9/jdk/test/javax/swing/plaf/motif/8165485/
H A DMotifHiDPIIconsTest.java69 SwingUtilities.invokeLater(MotifHiDPIIconsTest::createUI);
77 private static void createUI() { method in class:MotifHiDPIIconsTest
/openjdk9/jdk/test/javax/swing/JColorChooser/
H A DTest8152419.java89 createUI();
95 throw new RuntimeException("createUI Failed: " + ex.getMessage());
100 public final void createUI() throws Exception { method in class:JColorChooserTest
/openjdk9/jdk/test/javax/swing/JMenu/8072900/
H A DWrongSelectionOnMouseOver.java62 private void createUI() throws Exception { method in class:WrongSelectionOnMouseOver
156 createUI();
/openjdk9/jdk/test/javax/swing/JTabbedPane/8137169/
H A DScrollableTabbedPaneTest.java67 createUI(shortLAF);
110 private static void createUI(final String shortLAF) method in class:ScrollableTabbedPaneTest
/openjdk9/jdk/test/javax/swing/plaf/nimbus/8057791/
H A Dbug8057791.java65 createUI();
85 private static void createUI() method in class:bug8057791
/openjdk9/jdk/test/javax/swing/JFileChooser/GodMode/
H A DJFileChooserTest.java53 test.createUI();
98 public final void createUI() throws Exception { method in class:TestUI
/openjdk9/jdk/test/javax/swing/JTable/7124218/
H A DSelectEditTableCell.java64 createUI(lookAndFeelString);
74 private static void createUI(final String lookAndFeelString) method in class:SelectEditTableCell
/openjdk9/jdk/test/javax/swing/JInternalFrame/8145060/
H A DTestJInternalFrameMinimize.java66 createUI();
77 private static void createUI() { method in class:TestJInternalFrameMinimize
/openjdk9/jdk/test/javax/swing/JPopupMenu/8147521/
H A DPopupMenuTest.java60 obj.createUI();
71 private void createUI() throws Exception { method in class:PopupMenuTest
/openjdk9/jdk/test/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java72 createUI(shortenedLandFeelString);
94 private static void createUI(final String shortenedLookAndFeelString) method in class:JProgressBarOrientationRobotTest
/openjdk9/jdk/test/javax/swing/JButton/
H A DTimeChangeButtonClickTest.java56 test.createUI();
110 public final void createUI() throws Exception { method in class:TestUI

Completed in 202 milliseconds

1234567891011>>