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

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


   
    // 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
    JanewayTabModel tab1 = new JanewayTabModel(getName(), new ImageIcon(), toolbarView, mainView);
   
    // Add the tab to the list of tabs owned by this module
View Full Code Here

TOP

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

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.