Commit 2f9ae4a6 authored by 9831111's avatar 9831111 🙂

Add Controller class.

parent 7df8ba20
public class Controller {
public static String userName;
}
public class Main { public class Main {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hello World!"); new LoginFrame();
//new MainFrame();
//new SettingFrame();
//new OnlineModeFrame();
//new CreateNewGameFrame("Make");
// JFrame jFrame = new JFrame();
// jFrame.setBounds(500,500,700,400);
// jFrame.add(new Map());
// jFrame.setVisible(true);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment