diff --git a/.gitignore b/.gitignore index 39ff470..7086746 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -MediaPlayerFX\target \ No newline at end of file +MediaPlayerFX/target \ No newline at end of file diff --git a/MediaPlayerFX/.idea/uiDesigner.xml b/MediaPlayerFX/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/MediaPlayerFX/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MediaPlayerFX/dependency-reduced-pom.xml b/MediaPlayerFX/dependency-reduced-pom.xml index 16e446b..f7ec29b 100644 --- a/MediaPlayerFX/dependency-reduced-pom.xml +++ b/MediaPlayerFX/dependency-reduced-pom.xml @@ -27,7 +27,7 @@ - com.bayoumi.main.Launcher + com.bayoumi.Launcher @@ -45,7 +45,7 @@ Simple Media Player true true - com.bayoumi.main.Launcher + com.bayoumi.Launcher resFolder diff --git a/MediaPlayerFX/pom.xml b/MediaPlayerFX/pom.xml index 7c3ab03..358d347 100644 --- a/MediaPlayerFX/pom.xml +++ b/MediaPlayerFX/pom.xml @@ -31,7 +31,7 @@ - Zayir-Alkhayr + MediaPlayerFX @@ -39,10 +39,10 @@ javafx-maven-plugin 8.8.3 - Zayir-Alkhayr - Zayir-Alkhayr - Zayir-Alkhayr - Zayir-Alkhayr + MediaPlayerFX + MediaPlayerFX + MediaPlayerFX + MediaPlayerFX true true com.bayoumi.Launcher diff --git a/MediaPlayerFX/src/main/deploy/package/windows/icon.ico b/MediaPlayerFX/src/main/deploy/package/windows/icon.ico new file mode 100644 index 0000000..43595f1 Binary files /dev/null and b/MediaPlayerFX/src/main/deploy/package/windows/icon.ico differ diff --git a/MediaPlayerFX/src/main/java/com/bayoumi/main/Launcher.java b/MediaPlayerFX/src/main/java/com/bayoumi/Launcher.java similarity index 97% rename from MediaPlayerFX/src/main/java/com/bayoumi/main/Launcher.java rename to MediaPlayerFX/src/main/java/com/bayoumi/Launcher.java index 7d83cc1..48eb849 100644 --- a/MediaPlayerFX/src/main/java/com/bayoumi/main/Launcher.java +++ b/MediaPlayerFX/src/main/java/com/bayoumi/Launcher.java @@ -1,4 +1,4 @@ -package com.bayoumi.main; +package com.bayoumi; import com.bayoumi.util.LoadScreens; import com.bayoumi.util.Logger; diff --git a/MediaPlayerFX/src/main/java/com/bayoumi/util/Utility.java b/MediaPlayerFX/src/main/java/com/bayoumi/util/Utility.java index 730999c..f0da28c 100644 --- a/MediaPlayerFX/src/main/java/com/bayoumi/util/Utility.java +++ b/MediaPlayerFX/src/main/java/com/bayoumi/util/Utility.java @@ -1,7 +1,7 @@ package com.bayoumi.util; -import com.bayoumi.main.Launcher; +import com.bayoumi.Launcher; import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.scene.input.KeyCode;