A view GUI things.

This commit is contained in:
Noah
2021-10-05 12:09:35 +02:00
parent ac7601082b
commit ece4b161b7
2 changed files with 92 additions and 19 deletions
+8
View File
@@ -5,6 +5,14 @@ import game.Control;
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: Database
public static void main(String[] args) {
Control control = new Control();
control.start();