Add GUI for drawing fractals.
Showing
- pom.xml 26 additions, 16 deletionspom.xml
- src/main/java/edu/ntnu/stud/chaosgame/Main.java 16 additions, 2 deletionssrc/main/java/edu/ntnu/stud/chaosgame/Main.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/ChaosGameButtonController.java 31 additions, 0 deletions.../stud/chaosgame/controller/ChaosGameButtonController.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java 8 additions, 0 deletions.../java/edu/ntnu/stud/chaosgame/model/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGame.java 1 addition, 1 deletion...in/java/edu/ntnu/stud/chaosgame/model/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/model/game/ChaosGameDescription.java 1 addition, 1 deletion.../ntnu/stud/chaosgame/model/game/ChaosGameDescription.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGUIView.java 114 additions, 0 deletions...n/java/edu/ntnu/stud/chaosgame/view/ChaosGameGUIView.java
Loading
Please register or sign in to comment