Added Preferences dialog
This commit is contained in:
parent
e7c3276541
commit
0aa6cc434d
7 changed files with 691 additions and 2 deletions
|
@ -93,6 +93,7 @@ public class ModXMLSandbox extends JFrame implements ActionListener {
|
|||
|
||||
public ModXMLSandbox( File dataDatFile ) {
|
||||
super( "Mod XML Sandbox" );
|
||||
this.setDefaultCloseOperation( JFrame.DISPOSE_ON_CLOSE );
|
||||
|
||||
this.dataDatFile = dataDatFile;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue