Can anyone tell me what is the basic requirement to create a media player in Java?

0 votes
asked by (340 points)
edited by

I am going to make a media player in Java and I decided to use Netbeans 6.9.1. My main confusion is which libraries, tools, etc are needed for design and coding?

1 Answer

+1 vote
answered by (264k points)

You will need Media, MediaPlayer, MediaView to make the window, Slider to control the movie frames, AudioSpectrumListener for the audio spectrum in MediaPlayer. JavaFX API is needed as it's easier to work with.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...