165166167168169170171172
/** * Launches the about box. */ public void showAboutBox() { AboutBox about = new AboutBox(); about.showUI(); }