Libraryless. Click here for Pure Java version (2487L/16K).
1 | sclass tempDisposeInternalFrame_obj<A extends Component> implements AutoCloseable {
|
2 | A component; |
3 | |
4 | *(A *component) {}
|
5 | |
6 | public void close() {
|
7 | disposeInternalFrame(component); |
8 | } |
9 | |
10 | void disableAutoDisposal { component = null; }
|
11 | } |
12 | |
13 | static <A extends Component> tempDisposeInternalFrame_obj<A> tempDisposeInternalFrame(A c) {
|
14 | ret tempDisposeInternalFrame_obj(c); |
15 | } |
Began life as a copy of #1015402
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016238 |
| Snippet name: | tempDisposeInternalFrame - dispose internal frame after current block |
| Eternal ID of this version: | #1016238/7 |
| Text MD5: | 58e7de74a0c048c4cde1cc771e39a107 |
| Transpilation MD5: | b464126ce99dbbc6a60bc2d4f4e3985b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-02 11:46:16 |
| Source code size: | 393 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 903 / 1157 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |