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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java269 private boolean listViewWindowsStyle; field in class:FilePane
434 listViewWindowsStyle = UIManager.getBoolean("FileChooser.listViewWindowsStyle");
604 if (listViewWindowsStyle) {
1063 (listViewWindowsStyle && !table.isFocusOwner())) &&
1100 if (listViewWindowsStyle) {
1182 if (listViewWindowsStyle) {
1488 if (listViewWindowsStyle && !list.isFocusOwner()) {
1776 if (listViewWindowsStyle) {
1785 if (listViewWindowsStyle
[all...]

Completed in 36 milliseconds