static JButton jImageButton(S imageID, O action) { ret jimageButton(imageID, action); } // button without action static JButton jImageButton(S imageID) { ret jimageButton(imageID); }