mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-24 20:48:26 +01:00
DM Greedy Vererbung geändert, Ausgabe der Knoten hinzugefügt. CTXT DAteien aus der VVerwaltung raus. Name fürs Hauptfenster
This commit is contained in:
parent
160bbe909a
commit
39a2f13410
68 changed files with 145 additions and 1929 deletions
|
|
@ -29,6 +29,7 @@ public class GraphenTester extends Application {
|
|||
Image icon = new Image("/view/icon.png");
|
||||
primaryStage.getIcons().add(icon);
|
||||
primaryStage.setScene(scene);
|
||||
primaryStage.setTitle("Graphentester");
|
||||
primaryStage.show();
|
||||
primaryStage.setOnCloseRequest(e->c.mBeenden(null));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue