ToggleButton « Swing JFC « Java






1.JToggleButton is a button that has two states. Pressed and not pressed.
2.Working with Toggle ButtonsWorking with Toggle Buttons
3.This class represents the toggle buttons used in toolbars.