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

8
LINES

< > BotCompany Repo | #1001031 // onFrameClose

JavaX fragment (include)

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

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: 648 / 871
Version history: 1 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014554 - onFrameActivated
#1035436 - tempOnFrameClose
#3000382 - Answer for ferdie (>> t = 1, f = 0)