Skip to content

sadiqhussain13/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

Version Java Swing Java Sound API

About

This project is a simple music player written in Java using Swing and Java Sound API.

Features

  • Play, stop, and reset music playback
  • Loop music playback
  • Adjust volume
  • Quit application

Installation

1. Clone the repository

Clone the repository using the following command:

git clone https://github.com/sadiqhussain13/Music-Player.git
cd Music-Player

2. Compile the Java file

Compile the Java file using the following command:

javac src/MusicPlayer.java

3. Run the MusicPlayer class

Run the MusicPlayer class using the following command:

java -cp src MusicPlayer

This will launch the music player.

Technologies Used

Technology Description
Java Programming language
Swing GUI library
Java Sound API Audio library

Contributing

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!

Releases

No releases published

Packages

No packages published

Languages