Пример #1
0
 /**
  * Return the JFrame containing the console
  *
  * @return console JFrame
  */
 public static JFrame getConsole() {
   return SystemConsole.getInstance().getFrame();
 }