parent
9ef97d3661
commit
3b850bc74f
@ -0,0 +1,19 @@
|
|||||||
|
<component name="ArtifactManager">
|
||||||
|
<artifact type="jar" name="MathSystemTogether:jar">
|
||||||
|
<output-path>$PROJECT_DIR$/out/artifacts/MathSystemTogether_jar</output-path>
|
||||||
|
<root id="archive" name="MathSystemTogether.jar">
|
||||||
|
<element id="module-output" name="MathSystemTogether" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-fxml/21/javafx-fxml-21.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-controls/21/javafx-controls-21-win.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-controls/21/javafx-controls-21.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-base/21/javafx-base-21.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-fxml/21/javafx-fxml-21-win.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-graphics/21/javafx-graphics-21.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-graphics/21/javafx-graphics-21-win.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/org/openjfx/javafx-base/21/javafx-base-21-win.jar" path-in-jar="/" />
|
||||||
|
<element id="extracted-dir" path="D:/apache-maven-3.9.9/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar" path-in-jar="/" />
|
||||||
|
</root>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
module com.example.mathsystemtogether {
|
module com.example.mathsystemtogether {
|
||||||
requires javafx.controls;
|
requires javafx.controls;
|
||||||
requires javafx.fxml;
|
requires javafx.fxml;
|
||||||
|
requires transitive javafx.graphics;
|
||||||
requires jakarta.mail;
|
requires jakarta.mail;
|
||||||
requires jakarta.activation;
|
requires jakarta.activation;
|
||||||
|
|
||||||
|
|
||||||
opens com.example.mathsystemtogether to javafx.fxml;
|
opens com.example.mathsystemtogether to javafx.fxml;
|
||||||
exports com.example.mathsystemtogether;
|
exports com.example.mathsystemtogether;
|
||||||
}
|
}
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Main-Class: com.example.mathsystemtogether.HelloApplication
|
||||||
|
|
||||||
@ -1,2 +1,3 @@
|
|||||||
wgll|Ymh123456|ymhlovesLQX@163.com|小学|1760162416490
|
|
||||||
666|123456789|252436951@qq.com|小学|1760166999971
|
666|123456789|252436951@qq.com|小学|1760166999971
|
||||||
|
|
||||||
|
wgll|Ymh123456|ymhlovesLQX@163.com|小学|1760257151837
|
||||||
|
|||||||
Loading…
Reference in new issue