160161162163164165166
ftpManager.upload(components[i]); if (constants.getBoolean(ZephyrOpen.recording)) if (counter % MOD == 0) for (int i = 0; i < tabbedPane.getTabCount() - 1; i++) new ScreenShot(components[i]); }
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();