292293294295296297298299300301302
_bAboutSelected = false; AboutDialog dlgAbout = new AboutDialog ( this, getInit().getAuthor(), javancss.Main.S_RCS_HEADER ); dlgAbout.dispose(); requestFocus(); } try { Thread.currentThread().sleep(500);