196197198199200201202203204205206
if (e.getID() == KeyEvent.KEY_TYPED) { char c = Character.toLowerCase(e.getKeyChar()); if (c == ' ') { new ScreenShot(components[tabbedPane.getSelectedIndex()]); return; } if (c == 'x') { components[tabbedPane.getSelectedIndex()].getState().reset();