pushed local repository online

This commit is contained in:
2025-09-08 18:33:55 +08:00
parent 77f6bc924c
commit 8b6668d88e
119 changed files with 18216 additions and 0 deletions

55
.classpath Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-17.0.7.7-hotspot">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.base.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.controls.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.fxml.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.graphics.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.media.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.swing.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx.web.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/javafx/lib/javafx-swt.jar" sourcepath="lib/javafx/src.zip">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>