Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 706 Bytes

Music-Player-Application

Music Player Application with playlist built with Java. (GUI)

BlastBox - Java

Repo contains

  • BlastBox.java: Contains Source code.
  • design.css: Contains design for application.
  • headphones.png: Application Icon.

Features

  • Add .mp3 songs from local directory or load a directory on application.
  • Add, Remove songs from playlist.
  • Use music slider to rewind or fast-forward music time.
  • Adjust music volume.

NOTE: This was built as a personal project by me. There are still additions to be made. The implementations may be less efficient than the Java standard library.

You can run this application by downloading the project and running it on your IDE.