Package de.achim.turnier

Examples of de.achim.turnier.Turniervewaltung2


  }


  public void updateData(JComponent comp){
    if(comp.getName().equals("tabellenpanel")){
      Turniervewaltung2 tv2 = ((Turniervewaltung2)getMotherFrame());
      tv2.updateData(comp);
    }
  }
View Full Code Here


  }


  public void updateData(JComponent comp){
    if(comp.getName().equals("spielpanel")){
      Turniervewaltung2 tv2 = ((Turniervewaltung2)getMotherFrame());
      tv2.updateData(comp);
    }
  }
View Full Code Here

TOP

Related Classes of de.achim.turnier.Turniervewaltung2

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.