Releases: Marusko/MusicPlayer
Releases · Marusko/MusicPlayer
MusicPlayer 0.2.7 DOWNLOAD
MusicPlayer 0.2.6.2
Finally, this player can be run outside IDE!!!
Can be run on Java 8 v361
The only requirement is that the MusicPlayer.jar and config.cf files are in the same directory.
MusicPlayer DOWNLOAD FOR IDE
Only runnable inside editors!!!
The first version should work as intended.
On other machines, resolved bugs from pre-releases and added new features.
Needed:
- JDK 17
- openjfx SDK 19.0.2
- jMetro 11.6.16
jMetro and openjfx must be added as external libraries, and added VM option in Run settings
--module-path"C:\Program Files\Java\javafx-sdk-19.0.2\lib"
--add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media
MusicPlayer 0.2.6
Only runnable inside editors!!!
The first version should work as intended.
On other machines, resolved bugs from pre-releases and added new features.
Needed:
- JDK 17
- openjfx SDK 19.0.2
- jMetro 11.6.16
jMetro and openjfx must be added as external libraries, and added VM option in Run settings
--module-path"C:\Program Files\Java\javafx-sdk-19.0.2\lib"
--add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media
MusicPlayer 0.2.1
- Added loading window
- Optimized loading
- Added Loader class
- Loading window now works with first use window
MusicPlayer 0.1.2
First pre-release for my music player in JavaFX.
- Saving to folder can be choosed
- Shuffle works
- Repeat works
- Playlist add/delete
- Songs add/delete