Just a small UI changes. New architecture.

This commit is contained in:
Noah
2021-10-05 16:18:15 +02:00
parent 8a9d1ec2e6
commit 808083a770
5 changed files with 99 additions and 77 deletions
+1 -6
View File
@@ -8,7 +8,7 @@ public class Main {
//TODO: Inputfield witch Changelistner to cange Slider, Generic ActionListener.
//TODO: Offset in each Window.
//TODO: GUI Structure.
//TODO: Window visibility, Ccntrol window create only one time. Visibility = false when game started, Visibility = true when game quited.
//TODO: Window visibility, Control window create only one time. Visibility = false when game started, Visibility = true when game quited.
//TODO: Database
@@ -16,11 +16,6 @@ public class Main {
public static void main(String[] args) {
Control control = new Control();
control.start();
while (1 == 1){
System.out.println("TEST");
}
}