949596979899100101102103104
@Override public void actionPerformed ( final ActionEvent e ) { if ( popup.isShowing () ) { popup.hidePopup (); } else { popup.showAsPopupMenu ( showPopup ); }
310311312313314315316317318319320
HotkeyManager.registerHotkey ( textArea, Hotkey.ESCAPE, new HotkeyRunnable () { @Override public void run ( final KeyEvent e ) { licensePopup.hidePopup (); } } ); } catch ( final IOException e ) {