static JButton jImageAndTextButton(S imageID, S text, O action) { ret setText(jImageButton(imageID, action), text); } // button without action static JButton jImageAndTextButton(S imageID, S text) { ret jImageAndTextButton(imageID, text, null); }