Moved to main directory instead of src folder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package main;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
if(args.length != 1)
|
||||
{
|
||||
new Window(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
new Window(true);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user