1 | static JWindow showAnimation(S imageID, double seconds) { |
2 | ret showAnimationInTopRightCorner(imageID, seconds); |
3 | } |
4 | |
5 | static JWindow showAnimation(S imageID) { |
6 | ret showAnimationInTopRightCorner(imageID); |
7 | } |
8 | |
9 | static JWindow showAnimation(BufferedImage image) { |
10 | ret showAnimationInTopRightCorner(image, ""); |
11 | } |
12 | |
13 | static JWindow showAnimation(BufferedImage image, S text, double seconds) { |
14 | ret showAnimationInTopRightCorner(image, text, seconds); |
15 | } |
16 | |
17 | static JWindow showAnimation(BufferedImage image, double seconds) { |
18 | ret showAnimationInTopRightCorner(image, "", seconds); |
19 | } |
20 | |
21 | static JWindow showAnimation(S imageID, S text, double seconds) { |
22 | ret showAnimationInTopRightCorner(imageID, text, seconds); |
23 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003930 |
Snippet name: | showAnimation - short for showAnimationInTopRightCorner |
Eternal ID of this version: | #1003930/5 |
Text MD5: | 6b23c64f4bb6232ca7bcf10f20f8aefe |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-12 21:55:57 |
Source code size: | 728 bytes / 23 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 621 / 671 |
Version history: | 4 change(s) |
Referenced in: | [show references] |