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

8
LINES

< > BotCompany Repo | #1015566 // onFrameClosing - extended synonym of onWindowClosing

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2479L/16K).

static <A extends Component> A onFrameClosing(A c, O r) {
  onWindowClosing(getWindow(c), r);
  ret c;
}

static <A extends Component> A onFrameClosing(O r, A c) {
  ret onFrameClosing(c, r);
}

Author comment

Began life as a copy of #1009661

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1015566
Snippet name: onFrameClosing - extended synonym of onWindowClosing
Eternal ID of this version: #1015566/4
Text MD5: 0053a72ceec6446aa6a33d89b22191ec
Transpilation MD5: 29b9598e0dbcc52402b374888238191c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-15 18:32:01
Source code size: 200 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 380
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)