test
This commit is contained in:
parent
b198ccdaae
commit
e4464e89d2
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="module" value="true"/>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
|
|
@ -13,6 +13,8 @@ public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException, UnsupportedLookAndFeelException {
|
public static void main(String[] args) throws IOException, UnsupportedLookAndFeelException {
|
||||||
|
|
||||||
|
System.out.println("sdfsafs");
|
||||||
|
|
||||||
LoadMenu load = new LoadMenu();
|
LoadMenu load = new LoadMenu();
|
||||||
load.onLoad();
|
load.onLoad();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue