static JLabel jImageLabel(BufferedImage img) { ret swingNu(JLabel.class, imageIcon(img)); } static JLabel jImageLabel(Icon icon) { ret swingNu(JLabel.class, icon); } static JLabel jImageLabel(S imageID) { ret jImageLabel(imageIcon(imageID)); }