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

7
LINES

< > BotCompany Repo | #1010288 // autoFixDesktopPane - move JInternalFrames into view automatically

JavaX fragment (include)

static Set<JDesktopPane> autoFixDesktopPane_exclude = synchroSet();

static void autoFixDesktopPane(final JDesktopPane pane) {
  onResizeAndNow(pane, r {
    if (!contains(autoFixDesktopPane_exclude, pane)) fixDesktopPane(pane)
  });
}

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: #1010288
Snippet name: autoFixDesktopPane - move JInternalFrames into view automatically
Eternal ID of this version: #1010288/3
Text MD5: 497176164cabb99ccce2e1b3e6618a7e
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-10 00:14:39
Source code size: 241 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 394 / 482
Version history: 2 change(s)
Referenced in: [show references]