This commit is contained in:
potzplitz 2024-03-04 10:53:16 +01:00
parent b198ccdaae
commit e4464e89d2
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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();