8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
Reviewed-by: serb
This commit is contained in:
parent
288c935f0d
commit
8841803399
@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user