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

15
LINES

< > BotCompany Repo | #1016238 // tempDisposeInternalFrame - dispose internal frame after current block

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

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

sclass tempDisposeInternalFrame_obj<A extends Component> implements AutoCloseable {
  A component;
  
  *(A *component) {}
  
  public void close() {
    disposeInternalFrame(component);
  }
  
  void disableAutoDisposal { component = null; }
}

static <A extends Component> tempDisposeInternalFrame_obj<A> tempDisposeInternalFrame(A c) {
  ret tempDisposeInternalFrame_obj(c);
}

Author comment

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: 334 / 436
Version history: 6 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1020975 - tempDisposePIFrame - dispose possibly internal frame after current block