static JWindow showAnimation(S imageID, double seconds) { ret showAnimationInTopRightCorner(imageID, seconds); } static JWindow showAnimation(S imageID) { ret showAnimationInTopRightCorner(imageID); } static JWindow showAnimation(BufferedImage image) { ret showAnimationInTopRightCorner(image, ""); } static JWindow showAnimation(BufferedImage image, S text, double seconds) { ret showAnimationInTopRightCorner(image, text, seconds); } static JWindow showAnimation(BufferedImage image, double seconds) { ret showAnimationInTopRightCorner(image, "", seconds); } static JWindow showAnimation(S imageID, S text, double seconds) { ret showAnimationInTopRightCorner(imageID, text, seconds); }
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: | 857 / 914 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |