static JLabel jClickableImage(S imageID, S toolTip, Runnable action) { ret onClick(toolTip(toolTip, jImageLabel(imageID)), action); }