static JWindow showAnimationInCenter(BufferedImage image, final S text, double seconds) { JWindow w = showAnimationInTopRightCorner(image, text, seconds); centerWindow(w); ret w; }