1 | static void onFrameActivated(Component c, final Runnable r) {
|
2 | Frame f = getAWTFrame(c); |
3 | if (f != null) f.addWindowListener(new WindowAdapter() {
|
4 | public void windowActivated(WindowEvent e) {
|
5 | pcall-messagebox { r.run(); }
|
6 | } |
7 | }); |
8 | } |
Began life as a copy of #1001031
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: | #1014554 |
| Snippet name: | onFrameActivated |
| Eternal ID of this version: | #1014554/1 |
| Text MD5: | 6c4049ac146769fb8af810bd71fefc90 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-24 00:14:25 |
| Source code size: | 254 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 559 / 594 |
| Referenced in: | [show references] |