1 | static void onPossiblyInternalFrameDeactivated(Component c, fO r) {
|
2 | JInternalFrame iF = getInternalFrame(c); |
3 | if (iF != null) ret with onInternalFrameDeactivated(iF, r); |
4 | |
5 | Frame f = getAWTFrame(c); |
6 | if (f != null) f.addWindowListener(new WindowAdapter() {
|
7 | public void windowDeactivated(WindowEvent e) {
|
8 | pcall-messagebox { callF(r); }
|
9 | } |
10 | }); |
11 | } |
Began life as a copy of #1014791
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016522 |
| Snippet name: | onPossiblyInternalFrameDeactivated |
| Eternal ID of this version: | #1016522/1 |
| Text MD5: | 207b0df879da481587cfc577994dc5f6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-21 21:16:08 |
| Source code size: | 374 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 641 / 692 |
| Referenced in: | [show references] |