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

4
LINES

< > BotCompany Repo | #1010289 // fixDesktopPane - move JInternalFrames into view

JavaX fragment (include)

static void fixDesktopPane(JDesktopPane pane) {
  for (JInternalFrame f : pane.getAllFrames())
    fixInternalFrame(f);
}

Author comment

Began life as a copy of #1010288

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010289
Snippet name: fixDesktopPane - move JInternalFrames into view
Eternal ID of this version: #1010289/1
Text MD5: 77ec350eba82ea8d99ac47fb9dcb8123
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-10 18:47:05
Source code size: 124 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 476 / 499
Referenced in: [show references]