Searched refs:createUI (Results 126 - 150 of 299) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthRootPaneUI.java50 public static ComponentUI createUI(JComponent c) { method in class:SynthRootPaneUI
H A DSynthTextAreaUI.java65 public static ComponentUI createUI(JComponent ta) { method in class:SynthTextAreaUI
H A DSynthTextPaneUI.java59 public static ComponentUI createUI(JComponent c) { method in class:SynthTextPaneUI
H A DSynthMenuBarUI.java51 public static ComponentUI createUI(JComponent x) { method in class:SynthMenuBarUI
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalDesktopIconUI.java57 public static ComponentUI createUI(JComponent c) { method in class:MetalDesktopIconUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifButtonUI.java60 public static ComponentUI createUI(JComponent c) { method in class:MotifButtonUI
H A DMotifMenuUI.java47 public static ComponentUI createUI( JComponent x ) { method in class:MotifMenuUI
H A DMotifPopupMenuUI.java66 public static ComponentUI createUI(JComponent x) { method in class:MotifPopupMenuUI
H A DMotifScrollPaneUI.java144 public static ComponentUI createUI(JComponent x) { method in class:MotifScrollPaneUI
H A DMotifSliderUI.java70 public static ComponentUI createUI(JComponent b) { method in class:MotifSliderUI
H A DMotifTreeUI.java156 public static ComponentUI createUI(JComponent x) { method in class:MotifTreeUI
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsInternalFrameUI.java74 public static ComponentUI createUI(JComponent b) { method in class:WindowsInternalFrameUI
H A DWindowsSpinnerUI.java41 public static ComponentUI createUI(JComponent c) { method in class:WindowsSpinnerUI
/openjdk9/jdk/test/javax/swing/JToolTip/4846413/
H A Dbug4846413.java87 MetalToolTipUI tooltipUI = (MetalToolTipUI) MetalToolTipUI.createUI(tooltip);
/openjdk9/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DScreenCaptureResolutionTest.java62 test.createUI();
169 public final void createUI() throws Exception { method in class:TestUI
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java89 SwingUtilities.invokeLater(WindowResizingOnDPIChangingTest::createUI);
96 private static void createUI() { method in class:WindowResizingOnDPIChangingTest
H A DWindowResizingOnMovingToAnotherDisplay.java92 SwingUtilities.invokeLater(WindowResizingOnMovingToAnotherDisplay::createUI);
99 private static void createUI() { method in class:WindowResizingOnMovingToAnotherDisplay
/openjdk9/jdk/test/java/awt/image/multiresolution/MultiResolutionTrayIconTest/
H A DMultiResolutionTrayIconTest.java68 createUI();
72 public static void createUI() throws Exception { method in class:MultiResolutionTrayIconTest
/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DLinearGradientPrintingTest.java67 //createUI();
68 doTest(LinearGradientPrintingTest::createUI);
84 public static void createUI() { method in class:LinearGradientPrintingTest
H A DRadialGradientPrintingTest.java69 //createUI();
70 doTest(RadialGradientPrintingTest::createUI);
86 public static void createUI() { method in class:RadialGradientPrintingTest
H A DSwingUIText.java50 createUI();
55 public static void createUI() { method in class:SwingUIText
/openjdk9/jdk/test/javax/swing/JViewport/8164032/
H A DJViewPortBackingStoreImageTest.java80 SwingUtilities.invokeLater(JViewPortBackingStoreImageTest::createUI);
88 private static void createUI() { method in class:JViewPortBackingStoreImageTest
/openjdk9/jdk/test/javax/swing/JInternalFrame/
H A DNormalBoundsTest.java50 private static void createUI(String lookAndFeelString) { method in class:NormalBoundsTest
290 createUI(lookAndFeelString);
/openjdk9/jdk/test/javax/swing/RepaintManager/8162350/
H A DRepaintManagerFPUIScaleTest.java74 SwingUtilities.invokeLater(RepaintManagerFPUIScaleTest::createUI);
82 private static void createUI() { method in class:RepaintManagerFPUIScaleTest
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaMenuUI.java37 public static ComponentUI createUI(final JComponent x) { method in class:AquaMenuUI

Completed in 303 milliseconds

1234567891011>>