71727374757677787980
{ JFrame frame = new JFrame(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(false); dialog = new CPSDialog(frame, strTitle, this); dialog.init(w); dialog.setVisible(true); }