Searched refs:showDirectoryIcons (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java127 private boolean showDirectoryIcons; field in class:GTKFileChooserUI
770 if (prop.equals("GTKFileChooser.showDirectoryIcons")) {
771 showDirectoryIcons = Boolean.TRUE.equals(e.getNewValue());
781 showDirectoryIcons =
782 Boolean.TRUE.equals(fc.getClientProperty("GTKFileChooser.showDirectoryIcons"));
1046 if (showDirectoryIcons) {

Completed in 38 milliseconds