169170171172173174175
// to About command. String message = prepareText(); text.setText(message); text.setCaretPosition(0); new DefaultAboutDialog(GlobalController.SINGLETON.getMainFrame(), panel).open(); }