java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
com.jackmeng.halcyoninae.cosmos.components.bottompane.bbloc.buttons.MinimizePlayer
All Implemented Interfaces:
BBlocButton, ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class MinimizePlayer extends JButton implements BBlocButton
This BBloc container button is used to launch a miniplayer. This button also keeps track of whether the given component (miniplayer) has been closed before allowing another instance to be run; a lock is used to keep the user from randomly opening multiple instances of a miniplayer.
Since:
3.2
Author:
Jack Meng
See Also: