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

8
LINES

< > BotCompany Repo | #1014791 // onFrameDeactivated

JavaX fragment (include)

static void onFrameDeactivated(Component c, fO r) {
  Frame f = getAWTFrame(c);
  if (f != null) f.addWindowListener(new WindowAdapter() {
    public void windowDeactivated(WindowEvent e) {
      pcall-messagebox { callF(r); }
    }
  });
}

Author comment

Began life as a copy of #1014554

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: #1014791
Snippet name: onFrameDeactivated
Eternal ID of this version: #1014791/3
Text MD5: e6c795cbb5490e2744ccda24ab957ad2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-02 12:24:30
Source code size: 247 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 244 / 285
Version history: 2 change(s)
Referenced in: [show references]