See: Description
| Package | Description | 
|---|---|
| com.buckosoft.fibs.BuckoFIBS | Primary business package | 
| com.buckosoft.fibs.BuckoFIBS.db | Database objects | 
| com.buckosoft.fibs.BuckoFIBS.gui | Primary Swing objects | 
| com.buckosoft.fibs.BuckoFIBS.gui.account | Gui objects for account maintenence | 
| com.buckosoft.fibs.BuckoFIBS.gui.boardTab | Swing objects to draw the boardTab. | 
| com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane | Swing objects to draw the board. | 
| com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType | Animation algorithms. | 
| com.buckosoft.fibs.BuckoFIBS.gui.chatWindow | Swing objects to draw the chat window | 
| com.buckosoft.fibs.BuckoFIBS.gui.inviterList | Swing objects to draw the Inviter List. | 
| com.buckosoft.fibs.BuckoFIBS.gui.playerList | Swing objects to draw the Player List. | 
| com.buckosoft.fibs.BuckoFIBS.gui.playerList.group | Swing objects to edit the Player's groups. | 
| com.buckosoft.fibs.document | The primary Document in an MVC model. | 
| com.buckosoft.fibs.domain | Domain objects | 
| com.buckosoft.fibs.domain.config | Domain objects that configure BuckoFIBS | 
| com.buckosoft.fibs.domain.gameEvent | Game Event Domain objects | 
| com.buckosoft.fibs.net | Handle the connection to the FIBS server. | 
| com.buckosoft.swing | Define some GUI interfaces so that we can abstract the business of the GUI objects from the objects. | 
| MainDialog | First object created. Launches all other objects. Primary gui. | 
| ClientReceiveParser | Handle messages received from FIBS and react to them. | 
| CommandDispatcherImpl | Process outgoing commands and gui events. | 
| ClientConnection | Connection to the FIBS server. | 
Javadoc generated on Sun Oct 23 2016, 04:42:36 EDT