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

7
LINES

< > BotCompany Repo | #1014547 // minimizeFrame

JavaX fragment (include)

static void minimizeFrame(final Component c) {
  swing {
    JFrame f = getFrame(c);
    if (f != null)
      f.setState(JFrame.ICONIFIED);
  }
}

Author comment

Began life as a copy of #1006157

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: #1014547
Snippet name: minimizeFrame
Eternal ID of this version: #1014547/2
Text MD5: 3b83589f101a48e227479344eaaa36e1
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-23 20:13:02
Source code size: 151 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 333 / 363
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)