Made the "Continue" buttont he default button of the new setting dialog box

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10051 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent 2f886846c8
commit 3f815a0c70
  1. 2
      engine/src/desktop/com/jme3/app/SettingsDialog.java

@ -422,7 +422,7 @@ public final class SettingsDialog extends JDialog {
pack();
mainPanel.getRootPane().setDefaultButton(ok);
SwingUtilities.invokeLater(new Runnable() {
public void run() {

Loading…
Cancel
Save