1 | static JWindow showAnim(File imageFile) {
|
2 | ret showAnimationInTopRightCorner(loadBufferedImagePossiblyFixingGIFs(imageFile), ""); |
3 | } |
4 | |
5 | static JWindow showAnim(S imageID, double seconds) {
|
6 | ret showAnimationInTopRightCorner(imageID, seconds); |
7 | } |
8 | |
9 | static JWindow showAnim(S imageID) {
|
10 | ret showAnimationInTopRightCorner(imageID); |
11 | } |
12 | |
13 | static JWindow showAnim(S imageID, S text) {
|
14 | ret showAnimationInTopRightCorner(imageID, text); |
15 | } |
16 | |
17 | static JWindow showAnim(S imageID, S text, double seconds) {
|
18 | ret showAnimationInTopRightCorner(imageID, text, seconds); |
19 | } |
20 | |
21 | static JWindow showAnim(BufferedImage image, S text) {
|
22 | ret showAnimationInTopRightCorner(image, text); |
23 | } |
24 | |
25 | static JWindow showAnim(BufferedImage image, S text, double seconds) {
|
26 | ret showAnimationInTopRightCorner(image, text, seconds); |
27 | } |
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: | 815 / 864 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |