static JWindow showAnim(File imageFile) { ret showAnimationInTopRightCorner(loadBufferedImagePossiblyFixingGIFs(imageFile), ""); } static JWindow showAnim(S imageID, double seconds) { ret showAnimationInTopRightCorner(imageID, seconds); } static JWindow showAnim(S imageID) { ret showAnimationInTopRightCorner(imageID); } static JWindow showAnim(S imageID, S text) { ret showAnimationInTopRightCorner(imageID, text); } static JWindow showAnim(S imageID, S text, double seconds) { ret showAnimationInTopRightCorner(imageID, text, seconds); } static JWindow showAnim(BufferedImage image, S text) { ret showAnimationInTopRightCorner(image, text); } static JWindow showAnim(BufferedImage image, S text, double seconds) { ret showAnimationInTopRightCorner(image, text, seconds); }
Began life as a copy of #1003930
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005641 |
| Snippet name: | showAnim - short for showAnimationInTopRightCorner |
| Eternal ID of this version: | #1005641/6 |
| Text MD5: | 27d826dac55d49b043701742d4ed71c6 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-26 18:03:45 |
| Source code size: | 823 bytes / 27 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 813 / 860 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |