Package edu.wpi.cs.wpisuitetng.modules.defecttracker.dashboard

Examples of edu.wpi.cs.wpisuitetng.modules.defecttracker.dashboard.DashboardView


 
  public MainTabView() {
    setTabPlacement(TOP);
    setTabLayoutPolicy(SCROLL_TAB_LAYOUT);
    setBorder(BorderFactory.createEmptyBorder(5, 3, 3, 3));
    addTab("Dashboard", new ImageIcon(), new DashboardView(),
           "Your Dashboard - notifications, etc.");
  }
View Full Code Here

TOP

Related Classes of edu.wpi.cs.wpisuitetng.modules.defecttracker.dashboard.DashboardView

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.