A simple and functional desktop Music Player application built using Java. This project will allow you to play audio files from their local machine with basic playback controls like play, pause, stop, next, and previous.
- 🎶 Play music: Play MP3 audio files directly from your local storage.
- ⏸️ Pause and Resume: Pause the currently playing track and resume it from where it left off.
- ⏹️ Stop: Stop the track and reset playback to the beginning.
- ⏭️ Next and Previous: Skip to the next or previous track in the playlist.
- 📂 Open File: Select and open music files from your local directories.
- Java: Core language for developing the music player functionality.
- JLayer Library: To handle MP3 playback.
- Basic File I/O: To load and manage music files.
-
Clone this repository:
git clone https://github.com/jameslewis-git/MusicPlayer_Using_Java.git