static ImageIcon imageIcon(S imageID) ctex { ret new ImageIcon(loadBufferedImage(imageID)); } static ImageIcon imageIcon(BufferedImage img) { ret new ImageIcon(img); }