Class CustomSwitchBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CustomSwitchBar extends JPanel
Custom JPanel that provides a switch bar with a JLabel and a JButton to toggle the status between online and offline. It notifies registered SwitchBarListener when the status changes.
Author:
Samuele Lombardi
See Also: