mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Updated ui
This commit is contained in:
@@ -44,6 +44,18 @@ public class Main {
|
||||
Window.start("");
|
||||
*/
|
||||
|
||||
// ConsoleGui console = new ConsoleGui();
|
||||
//
|
||||
// do {
|
||||
// console.print();
|
||||
// } while (console.next());
|
||||
//
|
||||
// console.print();
|
||||
|
||||
new Thread(() -> {
|
||||
GameSelectorWindow gameSelectorWindow = new GameSelectorWindow();
|
||||
}).start();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user