static JLabel jimage(Image img) {
  ret jImageLabel(img);
}

static JLabel jimage(S imageID) {
  ret jImageLabel(imageID);
}