Welcome to the Simple JavaFX MP3 Player! This project demonstrates how to create a basic MP3 player using JavaFX. πΆ
- Play, Pause, Reset, Previous, and Next controls
- Adjustable playback speed from 25% to 225%
- Progress bar indicating playback progress
- Clone the repository:
git clone https://github.com/Hasnatrasool163/MP3Player.git Open the project in your favorite IDE.
Build and run the project.
π Usage Add your MP3 files to the resources folder under src/main/resources/org/codingworldhere/javafxlearning_projects/mp3.
Run the application.
Use the controls to play, pause, reset, or skip tracks.
π‘ How it works This MP3 player uses JavaFX for the user interface and a media player for audio playback. The MP3PlayerController class manages the player controls and the UI updates.
π·ββοΈ Contributing Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.