diff --git a/.idea/artifacts/MediaPlayerUID_jar.xml b/.idea/artifacts/MediaPlayerUID_jar.xml new file mode 100644 index 0000000..a22b46a --- /dev/null +++ b/.idea/artifacts/MediaPlayerUID_jar.xml @@ -0,0 +1,30 @@ + + + $PROJECT_DIR$/out/artifacts/MediaPlayerUID_jar + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MediaPlayerDb.db b/MediaPlayerDb.db index 6f6c64b..565f9c6 100644 Binary files a/MediaPlayerDb.db and b/MediaPlayerDb.db differ diff --git a/pom.xml b/pom.xml index 1b8900d..9438153 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ it.unical.sadstudents MediaPlayerUID - 1.0-SNAPSHOT + 1.0.1-RELEASE MediaPlayerUID @@ -19,11 +19,37 @@ org.openjfx javafx-controls 17.0.1 + win + + + org.openjfx + javafx-controls + 17.0.1 + linux + + + org.openjfx + javafx-controls + 17.0.1 + mac + + + org.openjfx + javafx-fxml + 17.0.1 + win + + + org.openjfx + javafx-fxml + 17.0.1 + linux org.openjfx javafx-fxml 17.0.1 + mac org.kordamp.ikonli @@ -35,12 +61,38 @@ org.openjfx javafx-media 17.0.1 + win + + + org.openjfx + javafx-media + 17.0.1 + linux + + + org.openjfx + javafx-media + 17.0.1 + mac org.openjfx javafx-swing 17.0.1 + win + + + org.openjfx + javafx-swing + 17.0.1 + linux + + + org.openjfx + javafx-swing + 17.0.1 + mac org.kordamp.ikonli diff --git a/src/main/java/it/unical/sadstudents/mediaplayeruid/controller/SettingsController.java b/src/main/java/it/unical/sadstudents/mediaplayeruid/controller/SettingsController.java index cb05bb9..5fca704 100644 --- a/src/main/java/it/unical/sadstudents/mediaplayeruid/controller/SettingsController.java +++ b/src/main/java/it/unical/sadstudents/mediaplayeruid/controller/SettingsController.java @@ -28,7 +28,7 @@ public class SettingsController implements Initializable { @Override public void initialize(URL url, ResourceBundle resourceBundle) { - lblCredits.setText( "Version 1.0.0"+ System.lineSeparator() + + lblCredits.setText( "Version 1.0.1"+ System.lineSeparator() + "Software developed in June/July 2022 by the " + "SadStudents" +" group:" + System.lineSeparator() + " > Ernesto Rapisarda" + System.lineSeparator() + " > Alessandro Monetti" + System.lineSeparator() + diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000..2e61e5f --- /dev/null +++ b/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: it.unical.sadstudents.mediaplayeruid.MainApplication +