Skip to content
Snippets Groups Projects
Commit 1289d267 authored by Mitch Cumpstone (cmc408)'s avatar Mitch Cumpstone (cmc408)
Browse files

new branch

parent 8e7c3b30
No related branches found
No related tags found
3 merge requests!3Added 'mysql-connector-java-8.0.28.jar.' This is the connector/j driver that...,!2Added 'mysql-connector-java-8.0.28.jar.' This is the connector/j driver that...,!1Added 'mysql-connector-java-8.0.28.jar.' This is the connector/j driver that...
Showing with 14 additions and 22 deletions
......@@ -2,5 +2,6 @@
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-base:win:16">
<library name="Maven: org.openjfx:javafx-base:mac:16">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/16/javafx-base-16-win.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/16/javafx-base-16-mac.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-base/16/javafx-base-16-javadoc.jar!/" />
......
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-controls:win:16">
<library name="Maven: org.openjfx:javafx-controls:mac:16">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/16/javafx-controls-16-win.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/16/javafx-controls-16-mac.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/16/javafx-controls-16-javadoc.jar!/" />
......
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-fxml:win:16">
<library name="Maven: org.openjfx:javafx-fxml:mac:16">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/16/javafx-fxml-16-win.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/16/javafx-fxml-16-mac.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/16/javafx-fxml-16-javadoc.jar!/" />
......
<component name="libraryTable">
<library name="Maven: org.openjfx:javafx-graphics:win:16">
<library name="Maven: org.openjfx:javafx-graphics:mac:16">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/16/javafx-graphics-16-win.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/16/javafx-graphics-16-mac.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/16/javafx-graphics-16-javadoc.jar!/" />
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>
\ No newline at end of file
......@@ -11,13 +11,13 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:win:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-controls:mac:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:win:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-graphics:mac:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:win:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-base:mac:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:win:16" level="project" />
<orderEntry type="library" name="Maven: org.openjfx:javafx-fxml:mac:16" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.7.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.1.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.2.0" level="project" />
......
package com.example.schedulerapp;
public class Employee {
}
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment