Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1001031 // onFrameClose

JavaX fragment (include)

1  
static void onFrameClose(Component c, final Runnable r) {
2  
  JFrame f = getFrame(c);
3  
  if (f != null) f.addWindowListener(new WindowAdapter() {
4  
    public void windowClosing(WindowEvent e) {
5  
      pcall-messagebox { r.run(); }
6  
    }
7  
  });
8  
}

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: #1001031
Snippet name: onFrameClose
Eternal ID of this version: #1001031/2
Text MD5: 7cbbaaae64813a1b6c996b7d97fcde21
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:39
Source code size: 246 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 642 / 865
Version history: 1 change(s)
Referenced in: [show references]