Music player with JavaFX
-Demo group using JDK19 and SDK is openjdk-19 java version "19", using database is Mysql with JDBC.
-Use mysql url: localhost:3306/musicplayer
-Step by step run the project:
- Open Mysql on the machine and excute file MusicPlayerDB.sql.
- Change the username, password and port in the DBConnection.java file to match Mysql on the machine being used to run the project.
- And after changing all, click on the Run icon (blue near the upper right corner) next to the Main.java file