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

11
LINES

< > BotCompany Repo | #1019048 // dm_placeOnBottom

JavaX fragment (include)

svoid dm_placeOnBottom() {
  Container frame = dm_frame();
  Rectangle desktop = getBounds(dm_desktopPane());
  if (frame != null && desktop != null) {
    packInternalFrameVertically_noFix((JInternalFrame) frame);
    Rectangle me = getBounds(frame);
    DynModule mod = dm_current();
    dm_setBounds(mod, 0, desktop.height-me.height,   
      desktop.width, me.height);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019048
Snippet name: dm_placeOnBottom
Eternal ID of this version: #1019048/1
Text MD5: 425e5d548137ed13d2cad5e0a926c69a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-21 18:15:05
Source code size: 388 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 271 / 300
Referenced in: [show references]