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






Property StringObject Type
ToggleButton.backgroundColor
ToggleButton.borderBorder
ToggleButton.darkShadowColor
ToggleButton.disabledTextColor
ToggleButton.focusColor
ToggleButton.focusInputMapObject[ ]
ToggleButton.fontFont
ToggleButton.foregroundColor
ToggleButton.gradientList
ToggleButton.highlightColor
ToggleButton.lightColor
ToggleButton.marginInsets
ToggleButton.selectColor
ToggleButton.shadowColor
ToggleButton.textIconGapInteger
ToggleButton.textShiftOffsetInteger
ToggleButtonUIString










14.8.JToggleButton
14.8.1.Creating JToggleButton Components
14.8.2.JToggleButton is a button that has two states. Pressed and not pressed.
14.8.3.Listening to JToggleButton Events with an ActionListenerListening to JToggleButton Events with an ActionListener
14.8.4.Listening to JToggleButton Events with an ItemListenerListening to JToggleButton Events with an ItemListener
14.8.5.Listening to JToggleButton Events with a ChangeListenerListening to JToggleButton Events with a ChangeListener
14.8.6.The event sequence for JToggleButton: ActionListener, ItemListener and ChangeListenerThe event sequence for JToggleButton: ActionListener, ItemListener and ChangeListener
14.8.7.Customizing JToggleButton Look and Feel
14.8.8.This class represents the toggle buttons used in toolbars.