added classed

gui
beratkocak 2024-12-20 13:04:25 +01:00
parent d820142324
commit f7e562aded
6 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PR2Projekt</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.pr2projekt.domain;
public class HitoriMain {
}

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.pr2projekt.gui;
public class GameGUI {
}

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.pr2projekt.gui;
public class HighscoreGUI {
}

View File

@ -0,0 +1,5 @@
package de.hs_mannheim.informatik.pr2projekt.gui;
public class MenuGUI {
}