Package edu.wpi.cs.wpisuitetng.modules.postboard.view

Examples of edu.wpi.cs.wpisuitetng.modules.postboard.view.ToolbarView


   
    // 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
View Full Code Here

TOP

Related Classes of edu.wpi.cs.wpisuitetng.modules.postboard.view.ToolbarView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.