ControlGUI.java finished
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package main;
|
||||
|
||||
import gui.StartGUI;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
StartGUI startGUI = new StartGUI();
|
||||
float x = 0;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user