8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F

Reviewed-by: serb
This commit is contained in:
Alexander Scherbatiy 2012-12-04 16:42:19 +04:00
parent 288c935f0d
commit 8841803399

View File

@ -256,6 +256,7 @@ public abstract class SynthFileChooserUI extends BasicFileChooserUI implements
if (getFileChooser().getControlButtonsAreShown()) {
approveButton.setText(getApproveButtonText(getFileChooser()));
approveButton.setToolTipText(getApproveButtonToolTipText(getFileChooser()));
approveButton.setMnemonic(getApproveButtonMnemonic(getFileChooser()));
}
}