Creation des dialogs
This commit is contained in:
12
src/ovh/alexisdelhaie/curling/Runtime.java
Normal file
12
src/ovh/alexisdelhaie/curling/Runtime.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package ovh.alexisdelhaie.curling;
|
||||
|
||||
import ovh.alexisdelhaie.curling.windows.MainWindow;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
public class Runtime {
|
||||
public static void main(String[] args) {
|
||||
MainWindow window = new MainWindow();
|
||||
window.showFrame();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user