Searched refs:setLookAndFeel (Results 1 - 25 of 222) sorted by relevance

123456789

/openjdk10/jdk/test/java/awt/font/JNICheck/
H A DJNICheck.java28 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
/openjdk10/jdk/test/javax/swing/UIDefaults/8133926/
H A DInternalFrameIcon.java39 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
44 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:InternalFrameIcon
46 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/plaf/nimbus/
H A DTest7048204.java35 UIManager.setLookAndFeel(new NimbusLookAndFeel());
H A DTest6741426.java53 UIManager.setLookAndFeel(new NimbusLookAndFeel());
/openjdk10/jdk/test/javax/swing/JTable/4222153/
H A Dbug4222153.java40 UIManager.setLookAndFeel(
/openjdk10/jdk/test/javax/swing/plaf/basic/
H A DTest6984643.java36 UIManager.setLookAndFeel(new BasicLookAndFeel() {
/openjdk10/jdk/test/javax/swing/UIDefaults/8149879/
H A DInternalResourceBundle.java44 UIManager.setLookAndFeel(new NimbusLookAndFeel());
60 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/plaf/synth/SynthToolBarUI/6739756/
H A Dbug6739756.java39 UIManager.setLookAndFeel(
/openjdk10/jdk/test/javax/swing/JFileChooser/6738668/
H A Dbug6738668.java38 UIManager.setLookAndFeel(lookAndFeelInfo.getClassName());
/openjdk10/jdk/test/javax/swing/JScrollBar/6924059/
H A Dbug6924059.java39 UIManager.setLookAndFeel(new SynthLookAndFeel());
/openjdk10/jdk/test/javax/swing/JScrollPane/6559589/
H A Dbug6559589.java47 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/plaf/metal/MetalLookAndFeel/5073047/
H A Dbug5073047.java40 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/plaf/synth/6771547/
H A DSynthTest.java44 UIManager.setLookAndFeel(laf);
/openjdk10/jdk/test/javax/swing/plaf/synth/7032791/
H A Dbug7032791.java39 UIManager.setLookAndFeel(new SynthLookAndFeel());
/openjdk10/jdk/test/javax/swing/JTableHeader/8020039/
H A DTableHeaderRendererExceptionTest.java44 UIManager.setLookAndFeel(lookAndFeelString);
/openjdk10/jdk/test/javax/swing/JSpinner/6421058/
H A Dbug6421058.java47 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
87 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:bug6421058
89 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/JFileChooser/FileFilterDescription/
H A DFileFilterDescription.java55 setLookAndFeel(info);
64 private static void setLookAndFeel(final UIManager.LookAndFeelInfo info) { method in class:FileFilterDescription
66 UIManager.setLookAndFeel(info.getClassName());
/openjdk10/jdk/test/javax/swing/JRootPane/SilenceOfDeprecatedMenuBar/
H A DSilenceOfDeprecatedMenuBar.java43 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
65 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:SilenceOfDeprecatedMenuBar
67 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java74 setLookAndFeel(laf);
91 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:UIClientPropertyKeyTest
93 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/plaf/metal/MetalUtils/
H A Dbug6190373.java73 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
101 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:bug6190373
103 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworks.java65 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/java/awt/Headless/
H A DThemeReaderCrashTest.java42 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
/openjdk10/jdk/test/com/sun/java/swing/plaf/gtk/
H A DTest6963870.java63 UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
/openjdk10/jdk/test/java/awt/font/FontScaling/
H A DFontScalingTest.java48 UIManager.setLookAndFeel(laf);
/openjdk10/jdk/test/javax/swing/JDesktopPane/
H A DDesktopPaneBackgroundTest.java50 UIManager.setLookAndFeel(laf);

Completed in 151 milliseconds

123456789