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

11
LINES

< > BotCompany Repo | #1019048 // dm_placeOnBottom

JavaX fragment (include)

1  
svoid dm_placeOnBottom() {
2  
  Container frame = dm_frame();
3  
  Rectangle desktop = getBounds(dm_desktopPane());
4  
  if (frame != null && desktop != null) {
5  
    packInternalFrameVertically_noFix((JInternalFrame) frame);
6  
    Rectangle me = getBounds(frame);
7  
    DynModule mod = dm_current();
8  
    dm_setBounds(mod, 0, desktop.height-me.height,   
9  
      desktop.width, me.height);
10  
  }
11  
}

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: 278 / 308
Referenced in: [show references]