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