- Common ways to obtain JCheckBoxMenuItem
private void myMethod () {JCheckBoxMenuItem j =
new JCheckBoxMenuItem()
String str;new JCheckBoxMenuItem(str)
Action action;new JCheckBoxMenuItem(action)
- Smart code suggestions by Codota
}
public Icon getIcon() { if(BuPreferences.BU.getBooleanProperty("icons.menu",true)|| (super.getText()==null)) return super.getIcon(); return null; }