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