A view GUI things.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user