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

7
LINES

< > BotCompany Repo | #1018370 // growInternalFrameSouth

JavaX fragment (include)

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

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: 319 / 358
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1018371 - growInternalFrameLeft