1 | static JFrame handleEscapeKey(final JFrame frame) { |
2 | KeyStroke stroke = KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0); |
3 | frame.getRootPane().registerKeyboardAction(new ActionListener() { |
4 | public void actionPerformed(ActionEvent actionEvent) { |
5 | frame.dispose(); |
6 | } |
7 | }, stroke, JComponent.WHEN_IN_FOCUSED_WINDOW); |
8 | ret frame; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1001030 |
Snippet name: | handleEscapeKey - dispose frame on Escape |
Eternal ID of this version: | #1001030/4 |
Text MD5: | 9319cdc0a6dd5235fb85dae21c9198c3 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-15 16:52:01 |
Source code size: | 349 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 741 / 965 |
Version history: | 3 change(s) |
Referenced in: | [show references] |