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

4
LINES

< > BotCompany Repo | #1006249 // increaseFrameHeight

JavaX fragment (include)

static JFrame increaseFrameHeight(JFrame frame, int delta) {
  frame.setSize(frame.getWidth(), frame.getHeight()+delta);
  ret frame;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006249
Snippet name: increaseFrameHeight
Eternal ID of this version: #1006249/1
Text MD5: a76b514680f65d0c1930846363c087ea
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-25 22:38:48
Source code size: 138 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 487 / 450
Referenced in: [show references]