1 | static void setInternalFrameY(final int y, final Component c) {
|
2 | swing {
|
3 | JInternalFrame f = getInternalFrame(c); |
4 | if (f != null) |
5 | f.setLocation(f.getX(), y); |
6 | } |
7 | } |
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: | #1011122 |
| Snippet name: | setInternalFrameY |
| Eternal ID of this version: | #1011122/2 |
| Text MD5: | 65217c52a879cec4fb29e43f31b605c6 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-15 17:12:26 |
| Source code size: | 182 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 696 / 730 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |