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