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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java96 private static int LIST_PREF_HEIGHT = 135; field in class:MetalFileChooserUI
97 private static Dimension LIST_PREF_SIZE = new Dimension(LIST_PREF_WIDTH, LIST_PREF_HEIGHT);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java98 private static int LIST_PREF_HEIGHT = 138; field in class:WindowsFileChooserUI
99 private static Dimension LIST_PREF_SIZE = new Dimension(LIST_PREF_WIDTH, LIST_PREF_HEIGHT);

Completed in 57 milliseconds