예제 #1
0
 public void display(JFrame owner, String title) {
   frame = owner;
   super.setSize(337, 286);
   super.display(owner, title, false);
 }