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