A simple media player written in Java to play .mp3, .aac, and .wav files.
To use MediaPlayer, please download from the Releases page and simply just double click it on Windows.
- Ability to play
.mp3,.aac, and.wavfiles. - Go 5 seconds ahead and back.
- Progress bar, to see how far you are in
- Volume slider to change volume
This project uses JavaFX to play the audio and Swing to render the buttons. The reason why I did not use JavaFX for the UI is because Swing is just easier.
Some snippits of code were written by Claude to fix bugs, but everything else was written and drawn by me.
