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

5
LINES

< > BotCompany Repo | #1026665 // internalFrameToBack - move JInternalFrame to background (z order)

JavaX fragment (include)

svoid internalFrameToBack(Component c) swing {
  JInternalFrame f = getInternalFrame(c);
  if (f == null) ret;
  f.toBack();
}

Author comment

Began life as a copy of #1018262

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026665
Snippet name: internalFrameToBack - move JInternalFrame to background (z order)
Eternal ID of this version: #1026665/1
Text MD5: 06de761d68bd7620604ccaa7bb187c85
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-18 19:28:36
Source code size: 130 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 98 / 118
Referenced in: [show references]