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?
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.