1 | static JWindow showAnimationInTopLeftCorner(S imageID, S text, double seconds) {
|
2 | ret moveToTopLeftCorner(showAnim(imageID, text, seconds)); |
3 | } |
4 | |
5 | static JWindow showAnimationInTopLeftCorner(S imageID) {
|
6 | ret moveToTopLeftCorner(showAnim(imageID)); |
7 | } |
8 | |
9 | static JWindow showAnimationInTopLeftCorner(S imageID, double seconds) {
|
10 | ret moveToTopLeftCorner(showAnim(imageID, seconds)); |
11 | } |
Began life as a copy of #1003544
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: | #1006780 |
| Snippet name: | showAnimationInTopLeftCorner |
| Eternal ID of this version: | #1006780/4 |
| Text MD5: | 040ededae0cb87fb387c83d4668dad06 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-07 17:59:01 |
| Source code size: | 392 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 738 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |