Fxml #8
|
@ -16,7 +16,7 @@ public class App {
|
|||
System.out.println(new App().getGreeting());
|
||||
|
||||
FileIO io = new FileIO(System.getProperty("user.dir") + File.separator + "tournierverwaltung_angrynerds");
|
||||
Tournament tournament= new Tournamenttest("helloo");
|
||||
Tournament tournament= new Tournament("helloo");
|
||||
io.saveTournament(tournament);
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
package ch.zhaw.projekt2.turnierverwaltung;
|
||||
|
||||
public class Tournamenttest extends Tournament {
|
||||
public Tournamenttest(String name) {
|
||||
super(name);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue