// 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
ToolbarView toolbarView = new ToolbarView(boardModel);
// Constructs and adds the MainPanel
MainView mainView = new MainView(boardModel);
// Create a tab model that contains the toolbar panel and the main content panel