Customizing JCheckBoxMenuItem Look and Feel : JCheckBoxMenuItem « Swing « Java Tutorial






Property StringObject Type
CheckBoxMenuItem.acceleratorFontFont
CheckBoxMenuItem.acceleratorForegroundColor
CheckBoxMenuItem.acceleratorSelectionForegroundColor
CheckBoxMenuItem.actionMapActionMap
CheckBoxMenuItem.arrowIconIcon
CheckBoxMenuItem.backgroundColor
CheckBoxMenuItem.borderBorder
CheckBoxMenuItem.borderPaintedBoolean
CheckBoxMenuItem.checkIconIcon
CheckBoxMenuItem.commandSoundString
CheckBoxMenuItem.disabledForegroundColor
CheckBoxMenuItem.fontFont
CheckBoxMenuItem.foregroundColor
CheckBoxMenuItem.gradientList
CheckBoxMenuItem.marginInsets
CheckBoxMenuItem.opaqueBoolean
CheckBoxMenuItem.selectionBackgroundColor
CheckBoxMenuItem.selectionForegroundColor
CheckBoxMenuItemUIString










14.24.JCheckBoxMenuItem
14.24.1.Using JCheckBoxMenuItem: setMnemonicUsing JCheckBoxMenuItem: setMnemonic
14.24.2.Listening to JCheckBoxMenuItem Events with an ActionListenerListening to JCheckBoxMenuItem Events with an ActionListener
14.24.3.Listening to JCheckBoxMenuItem with an ItemListenerListening to JCheckBoxMenuItem with an ItemListener
14.24.4.Initialize JCheckBoxMenuItem with checked optionInitialize JCheckBoxMenuItem with checked option
14.24.5.Check if a JCheckBoxMenuItem is selected in its item change listener
14.24.6.Customizing JCheckBoxMenuItem Look and Feel