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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java247 private String approveButtonText = null; field in class:JFileChooser
709 * @param approveButtonText the text of the <code>ApproveButton</code>
721 public int showDialog(Component parent, String approveButtonText) argument
728 if(approveButtonText != null) {
729 setApproveButtonText(approveButtonText);
1062 * @param approveButtonText the text used in the <code>ApproveButton</code>
1069 public void setApproveButtonText(String approveButtonText) { argument
1070 if(this.approveButtonText == approveButtonText) {
1073 String oldValue = this.approveButtonText;
[all...]

Completed in 50 milliseconds