Changed the settings dialog to "alwaysOnTop" so it doesn't get lost if you click elsewhere. (It doesn't appear in the task bar etc due to being a dialog not a frame).

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Zer..om 2012-11-29 21:37:42 +00:00
parent 200df1c84b
commit fbf305a386

View File

@ -130,6 +130,7 @@ public final class SettingsDialog extends JDialog {
// setModalityType(Dialog.ModalityType.APPLICATION_MODAL);
setModal(true);
setAlwaysOnTop(true);
AppSettings registrySettings = new AppSettings(true);