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

6
LINES

< > BotCompany Repo | #1026826 // maximizeInternalFrame

JavaX fragment (include)

svoid maximizeInternalFrame(Component c) {
  swing(r {
    JInternalFrame f = getInternalFrame(c);
    if (f != null) f.setMaximum(true);
  });
}

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: #1026826
Snippet name: maximizeInternalFrame
Eternal ID of this version: #1026826/3
Text MD5: 8729e26fb2a79c27245d759622bfc93e
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-19 16:43:26
Source code size: 150 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 133 / 160
Version history: 2 change(s)
Referenced in: [show references]