Libraryless. Click here for Pure Java version (2479L/16K).
1 | static <A extends Component> A onFrameClosing(A c, O r) {
|
2 | onWindowClosing(getWindow(c), r); |
3 | ret c; |
4 | } |
5 | |
6 | static <A extends Component> A onFrameClosing(O r, A c) {
|
7 | ret onFrameClosing(c, r); |
8 | } |
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: | 840 / 1083 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |