1 | static void moveDown(Window f, int y) { |
2 | if (f == null) ret; |
3 | f.setLocation(f.getX(), f.getY()+y); |
4 | } |
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: | #1001450 |
Snippet name: | moveDown - move a window down a few pixels |
Eternal ID of this version: | #1001450/3 |
Text MD5: | b54ad299793d34d2130310756e83bb01 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-09 18:33:58 |
Source code size: | 105 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 694 / 953 |
Version history: | 2 change(s) |
Referenced in: | [show references] |