224225226227228229230231232233
JTextArea txtMessages = new JTextArea(); JPanel pnlGrowBox = new JPanel(); JMenuItem mnuEditBeautify = new JMenuItem(); public static void main(String[] args) { splash = new Splash(); new Admin(); admin.show(); }