Warning: session_start(): open(/var/lib/php/sessions/sess_5p6j5uirs2gr1tsrr5t6cq0jap, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
growInternalFrameSouth [1018370]

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

7
LINES

< > BotCompany Repo | #1018370 // growInternalFrameSouth

JavaX fragment (include)

1  
static void growInternalFrameSouth(Component c, final int howMuch) {
2  
  final JInternalFrame w = getInternalFrame(c);
3  
  if (w != null) swing {
4  
    Rectangle r = w.getBounds();
5  
    w.setBounds(r.x, r.y, r.width, r.height+howMuch);
6  
  }
7  
}

Author comment

Began life as a copy of #1015180

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018370
Snippet name: growInternalFrameSouth
Eternal ID of this version: #1018370/1
Text MD5: efd843b23f951ac3f0f49f1a7c1c384d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-21 14:31:39
Source code size: 240 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 485 / 535
Referenced in: [show references]