404142434445464748
} AboutDlg aboutDlg = null; public void actionPerformed( ActionEvent ev ) { if ( aboutDlg == null ) { aboutDlg = new AboutDlg( null, true ); aboutDlg.showDialog(); } }