Just a small UI changes. New architecture.
This commit is contained in:
+1
-6
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user