this.pack();
this.setExtendedState(java.awt.Frame.MAXIMIZED_BOTH);
this.setTitle(BASE_TITLE);
this.setVisible(true);
keyController = new KeyController(this);
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(keyController);
}