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