Package net.sourceforge.cruisecontrol.monitoring

Examples of net.sourceforge.cruisecontrol.monitoring.ProjectBean


    yIncrement = 3;

    setUI( new ProjectStatusPanel.StatusPanelUI() );
   
    for( int index = 0; index < projects.size(); index++ ) {
      ProjectBean project = (ProjectBean) projects.get( index );
     
      ProjectStatusPanel panel = new ProjectStatusPanel( project );
      addPanel( panel, 48 );
    }
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.monitoring.ProjectBean

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.