static JWindow showAnimationInTopLeftCorner(final S imageID, final S text) { JWindow w = showAnim(imageID, text); moveToTopLeftCorner(w); ret w; }