JToggleButton
with a HideableSplitPane
, so that the splitpane is hidden when the button is unselected, and vice versa. This class attaches a PropertyChangeListener
to the splitpane, updating the button's selected state if the hidden state of the splitpane is changed some other way than through the button.
@author Torgil Zethson
@since 4.0.0
|
|