Improved database installer dialogs.

This commit is contained in:
MobiusDev
2015-09-04 19:23:03 +00:00
parent 4c57587838
commit f382ecd2bc
2 changed files with 16 additions and 4 deletions

View File

@@ -77,7 +77,5 @@ public class RunTasks extends Thread
_frame.setFrameVisible(false);
_frame.showMessage("Done!", "Database Installation Complete!", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}