1 | static void moveFrameRightAndDown(Window w, int amount) {
|
2 | if (w != null) |
3 | w.setLocation(w.getLocation().x+amount, w.getLocation().y+amount); |
4 | } |
Began life as a copy of #1006171
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: | #1006174 |
| Snippet name: | moveFrameRightAndDown |
| Eternal ID of this version: | #1006174/1 |
| Text MD5: | b0e359f4ce619817218735dae4aebbf9 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-22 12:38:27 |
| Source code size: | 150 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 886 / 926 |
| Referenced in: | [show references] |