예제 #1
0
 public void actionPerformed(ActionEvent e) {
   AboutDialog ad = new AboutDialog((DemoApp) SwingUtilities.getWindowAncestor(demo));
   ad.setLocationRelativeTo(demo);
   ad.setVisible(true);
 }