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 | } |
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: | 402 / 443 |
Referenced in: | [show references] |