1 | static JFrame increaseFrameHeight(JFrame frame, int delta) { |
2 | frame.setSize(frame.getWidth(), frame.getHeight()+delta); |
3 | ret frame; |
4 | } |
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: | 555 / 520 |
Referenced in: | [show references] |