static JFrame increaseFrameWidth(Component c, int w) { JFrame f = getFrame(c); setFrameWidth(f, f.getWidth()+w); ret f; }
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: | #1007374 |
| Snippet name: | increaseFrameWidth |
| Eternal ID of this version: | #1007374/1 |
| Text MD5: | 641df3b58b316349a7d6f5428a862872 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-18 15:09:33 |
| Source code size: | 131 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 710 / 739 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |