static void moveFrameRight(Window w, int amount) { if (w != null) w.setLocation(w.getLocation().x+amount, w.getLocation().y); }
Began life as a copy of #1004282
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: | #1006171 |
| Snippet name: | moveFrameRight |
| Eternal ID of this version: | #1006171/1 |
| Text MD5: | 133997a4c6046bbd75f828bd7cce0ee4 |
| 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:36:02 |
| Source code size: | 136 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 730 |
| Referenced in: | #1006174 - moveFrameRightAndDown #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014286 - moveWindowToTheRight - synonym of moveFrameRight |