This project is a simple music player written in Java using Swing and Java Sound API.
- Play, stop, and reset music playback
- Loop music playback
- Adjust volume
- Quit application
Clone the repository using the following command:
git clone https://github.com/sadiqhussain13/Music-Player.git
cd Music-Player
Compile the Java file using the following command:
javac src/MusicPlayer.java
Run the MusicPlayer class using the following command:
java -cp src MusicPlayer
This will launch the music player.
Technology | Description |
---|---|
Programming language | |
GUI library | |
Audio library |
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
- Please make sure to follow the coding style and conventions used in the project.
- Make sure to test your changes thoroughly before submitting a pull request.
- Please include a brief description of the changes you made and why you made them.
Thank you for your contributions!