Package generators.behaviors

Examples of generators.behaviors.CreateHeatsBehavior


  private JLabel nrSwimmers = new JLabel();
  private static Operations operations = new Operations();

  public HeatCreatorGenerator(String poolType, String competitionTitle, String title) {
    super(poolType, competitionTitle, title);
    generateHeatBehavior = new CreateHeatsBehavior();
    swimmerRelated = (SwimmerRelated) generateHeatBehavior;
    setPoolType(poolType);
    setCompetitionTitle(competitionTitle);
    jBGenerate.setPreferredSize(new Dimension(100, 26));
    jBCancel.setPreferredSize(new Dimension(100, 26));
View Full Code Here

TOP

Related Classes of generators.behaviors.CreateHeatsBehavior

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.