Searched refs:setLookAndFeel (Results 51 - 75 of 222) sorted by relevance

123456789

/openjdk10/jdk/test/javax/swing/JComboBox/6632953/
H A Dbug6632953.java45 UIManager.setLookAndFeel(lafInfo.getClassName());
/openjdk10/jdk/test/javax/swing/JFileChooser/8046391/
H A Dbug8046391.java55 UIManager.setLookAndFeel(new WindowsLookAndFeel());
/openjdk10/jdk/test/javax/swing/JMenuItem/8031573/
H A Dbug8031573.java44 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
/openjdk10/jdk/test/javax/swing/JSlider/6923305/
H A Dbug6923305.java42 UIManager.setLookAndFeel(new SynthLookAndFeel());
/openjdk10/jdk/test/javax/swing/MultiUIDefaults/4331767/
H A Dbug4331767.java41 UIManager.setLookAndFeel(new BrokenLookAndFeel());
/openjdk10/jdk/test/javax/swing/MultiUIDefaults/NPECheck/
H A DMultiUIDefaultsNPECheck.java49 UIManager.setLookAndFeel(new LookAndFeel() {
/openjdk10/jdk/test/javax/swing/border/8152159/
H A DTitledBorderLabelUITest.java60 UIManager.setLookAndFeel(new TestLookAndFeel());
68 UIManager.setLookAndFeel(new NimbusLookAndFeel());
/openjdk10/jdk/test/javax/swing/UIDefaults/6302464/
H A Dbug6302464.java76 UIManager.setLookAndFeel(customLAF);
175 setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
178 private static void setLookAndFeel(String lafClass) { method in class:bug6302464
180 UIManager.setLookAndFeel(lafClass);
205 setLookAndFeel(lafInfo.getClassName());
/openjdk10/jdk/test/java/awt/Component/InsetsEncapsulation/
H A DInsetsEncapsulation.java87 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
158 private static void setLookAndFeel(final LookAndFeelInfo laf) { method in class:InsetsEncapsulation
160 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/JPopupMenu/4870644/
H A Dbug4870644.java75 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:bug4870644
77 UIManager.setLookAndFeel(laf.getClassName());
90 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
/openjdk10/jdk/test/javax/swing/dnd/8139050/
H A DNativeErrorsInTableDnD.java59 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
144 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:NativeErrorsInTableDnD
146 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/JMenuBar/MisplacedBorder/
H A DMisplacedBorder.java57 SwingUtilities.invokeAndWait(() -> setLookAndFeel(laf));
127 private static void setLookAndFeel(final UIManager.LookAndFeelInfo laf) { method in class:MisplacedBorder
129 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/src/demo/share/jfc/Metalworks/
H A DMetalThemeMenu.java87 UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
/openjdk10/jdk/src/demo/share/jfc/TableExample/
H A DTableExample2.java99 UIManager.setLookAndFeel(info.getClassName());
/openjdk10/jdk/src/demo/share/jfc/SwingApplet/
H A DSwingApplet.java63 UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");
/openjdk10/jdk/test/java/awt/Robot/HiDPIMouseClick/
H A DHiDPIRobotMouseClick.java50 UIManager.setLookAndFeel(
/openjdk10/jdk/test/javax/swing/JButton/6604281/
H A Dbug6604281.java44 UIManager.setLookAndFeel(laf);
/openjdk10/jdk/test/javax/swing/plaf/nimbus/
H A DTest6919629.java44 UIManager.setLookAndFeel(new NimbusLookAndFeel());
/openjdk10/jdk/test/javax/swing/JCheckBox/4449413/
H A Dbug4449413.java48 UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
/openjdk10/jdk/test/javax/swing/JFileChooser/6520101/
H A Dbug6520101.java50 UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
/openjdk10/jdk/test/javax/swing/JFileChooser/4524490/
H A Dbug4524490.java49 UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
/openjdk10/jdk/test/javax/swing/JFileChooser/4150029/
H A Dbug4150029.java40 UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
/openjdk10/jdk/test/javax/swing/JTabbedPane/7010561/
H A Dbug7010561.java59 UIManager.setLookAndFeel(new SynthLookAndFeel());
/openjdk10/jdk/test/javax/swing/plaf/basic/BasicMenuUI/4983388/
H A Dbug4983388.java69 UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
/openjdk10/jdk/test/javax/swing/AncestorNotifier/7193219/
H A Dbug7193219.java79 UIManager.setLookAndFeel(new MetalLookAndFeel());

Completed in 217 milliseconds

123456789