* a toolbar and a main content panel.
*/
public PostBoard() {
// Initialize the model that holds the messages
PostBoardModel boardModel = new PostBoardModel();
// Initialize the list of tabs (however, this module has only one tab)
tabs = new ArrayList<JanewayTabModel>();
// Create a JPanel to hold the toolbar for the tab