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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java93 private String refreshActionLabelText; field in class:FilePane
441 refreshActionLabelText =
442 UIManager.getString("FileChooser.refreshActionLabelText", l);
523 actionList.add(new FilePaneAction(refreshActionLabelText, ACTION_REFRESH));

Completed in 36 milliseconds