Searched defs:listViewBackground (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java268 private Color listViewBackground; field in class:FilePane
433 listViewBackground = UIManager.getColor("FileChooser.listViewBackground");
638 if (listViewBackground != null) {
639 list.setBackground(listViewBackground);

Completed in 28 milliseconds