static void onFrameActivated(Component c, final Runnable r) { Frame f = getAWTFrame(c); if (f != null) f.addWindowListener(new WindowAdapter() { public void windowActivated(WindowEvent e) { pcall-messagebox { r.run(); } } }); }
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: | 352 / 375 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014791 - onFrameDeactivated |