14541455145614571458145914601461
this); cp.show(); } private void aboutDialog() { AboutDialog agp = new AboutDialog(this); agp.show(); }
42434445464748495051
/* * Handle the Mac OSX "about" menu option. */ public void handleAbout(ApplicationEvent event) { AboutDialog abd = new AboutDialog(myProj); abd.setVisible(true); /* Indicate we've handled this event ourselves */ event.setHandled(true); }