static void doubleWindowSizeToTheTop(final Component c) { swing { Window w = getWindow(c); if (w == null) ret; int height = w.getHeight(); w.setBounds(w.getX(), w.getY()-height, w.getWidth(), height*2); } }
Began life as a copy of #1014526
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1014530 | 
| Snippet name: | doubleWindowSizeToTheTop | 
| Eternal ID of this version: | #1014530/1 | 
| Text MD5: | ab3c8cbbfb0001dad53f511af3a8e9a7 | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-04-23 18:32:37 | 
| Source code size: | 233 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 616 / 638 | 
| Referenced in: | [show references] |