static JWindow showAnimationInTopLeftCorner(S imageID, S text, double seconds) { ret moveToTopLeftCorner(showAnim(imageID, text, seconds)); } static JWindow showAnimationInTopLeftCorner(S imageID) { ret moveToTopLeftCorner(showAnim(imageID)); }