JDK 11 | JDK 17 | JDK 21 | JDK 24 |
---|---|---|---|
11.0.27-oracleFixed | 17.0.15-oracleFixed | 21.0.7-oracleFixed | 24 b13Fixed |
Relates :
|
javax/swing/JFileChooser/8080628/bug8080628.java test doesn't test for GTK L&F as it requires a headful system to test. Ran the test and observed that it skipped testing for GTK on headless system. Testing L&F: javax.swing.plaf.nimbus.NimbusLookAndFeel Testing L&F: com.sun.java.swing.plaf.motif.MotifLookAndFeel Unsupported L&F: com.sun.java.swing.plaf.gtk.GTKLookAndFeel Test passed Expected: should be run on headful system to test GTK L&F functionality.
|