true, //resizable
true, //closable
true, //maximizable
true);//iconifiable
SampleAppDialog dlg = new SampleAppDialog();
setContentPane(dlg.getContentPane());
//...Create the GUI and put it in the window...
//...Then set the window size or call pack...
pack();