Searched refs:setLookAndFeel (Results 126 - 150 of 222) sorted by relevance

123456789

/openjdk10/jdk/src/demo/share/jfc/TableExample/
H A DTableExample3.java161 UIManager.setLookAndFeel(info.getClassName());
/openjdk10/jdk/test/com/sun/java/swing/plaf/gtk/4928019/
H A Dbug4928019.java37 UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
/openjdk10/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DHiDPIRobotScreenCaptureTest.java54 UIManager.setLookAndFeel(
/openjdk10/jdk/test/java/awt/Focus/6981400/
H A DTest3.java67 UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
/openjdk10/jdk/test/java/awt/Mouse/MaximizedFrameTest/
H A DMaximizedFrameTest.java56 UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
/openjdk10/jdk/test/java/awt/Mouse/MouseComboBoxTest/
H A DMouseComboBoxTest.java52 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/JComboBox/8015300/
H A DTest8015300.java61 UIManager.setLookAndFeel(info.getClassName());
/openjdk10/jdk/test/javax/swing/JComboBox/8032878/
H A Dbug8032878.java59 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/JMenuItem/8152981/
H A DMenuItemIconTest.java60 UIManager.setLookAndFeel(name);
/openjdk10/jdk/test/javax/swing/plaf/windows/6921687/
H A Dbug6921687.java61 UIManager.setLookAndFeel(lafClassName);
/openjdk10/jdk/test/javax/swing/JFileChooser/4847375/
H A Dbug4847375.java73 UIManager.setLookAndFeel(lookAndFeel);
/openjdk10/jdk/test/javax/swing/JFileChooser/6396844/
H A DTwentyThousandTest.java79 UIManager.setLookAndFeel(laf.getClassName());
/openjdk10/jdk/test/javax/swing/JTabbedPane/7024235/
H A DTest7024235.java57 UIManager.setLookAndFeel(info.getClassName());
/openjdk10/jdk/test/javax/swing/LookAndFeel/6439354/
H A DTitledBorderTest.java97 UIManager.setLookAndFeel("com.sun.java.swing.plaf."
/openjdk10/jdk/test/javax/swing/JInternalFrame/6725409/
H A Dbug6725409.java48 UIManager.setLookAndFeel(
/openjdk10/jdk/test/javax/swing/JInternalFrame/4251301/
H A Dbug4251301.java47 UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
/openjdk10/jdk/test/javax/swing/JTabbedPane/8007563/
H A DTest8007563.java67 setLookAndFeel(info.getClassName());
/openjdk10/jdk/test/javax/swing/JTabbedPane/7170310/
H A Dbug7170310.java61 UIManager.setLookAndFeel(new MetalLookAndFeel());
/openjdk10/jdk/test/javax/swing/JFileChooser/7199708/
H A Dbug7199708.java63 UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
/openjdk10/jdk/test/javax/swing/JFileChooser/6817933/
H A DTest6817933.java60 UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
/openjdk10/jdk/test/javax/swing/JSplitPane/4885629/
H A Dbug4885629.java51 UIManager.setLookAndFeel(new BasicLookAndFeel() {
/openjdk10/jdk/test/javax/swing/JFormattedTextField/7070795/
H A DJFormattedTextFieldTest.java65 UIManager.setLookAndFeel("com.sun.java.swing.plaf."
/openjdk10/jdk/test/javax/swing/JMenu/6538132/
H A Dbug6538132.java48 UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
/openjdk10/jdk/test/javax/swing/JMenu/8067346/
H A Dbug8067346.java63 UIManager.setLookAndFeel(lnf);
/openjdk10/jdk/test/javax/swing/JSlider/4987336/
H A Dbug4987336.java109 UIManager.setLookAndFeel(lafInfo.getClassName());

Completed in 323 milliseconds

123456789