static JLabel jcenterimage(S imageID) { ret new JLabel(imageIcon(imageID)); } static JLabel jcenterimage(BufferedImage image) { ret new JLabel(new ImageIcon(image)); }