Package vooga.arcade.components

Class Summary
ButtonTabComponent Component to be used as tabComponent; Contains a JLabel to show the text and a JButton to close the tab it belongs to.
FlowLayoutTab This class is used to create a tab that displays the list of JComponents with a flow layout.
MenuBar This class is used to make the menu bar for the Vooga GUI.
TabbedPanel A general implementation of a tabbed pane that allows for addition of new tabs as well as the ability to close a tab.
ToolBar Makes a toolbar with buttons on it that can perform tasks when clicked.