static JLabel jCenterImageWithText(S imageID, S text) { ret addTextToLabel(new JLabel(imageIcon(imageID)), text); } static JLabel jCenterImageWithText(BufferedImage image, S text) { ret addTextToLabel(new JLabel(new ImageIcon(image)), text); }