Search code examples
javatimeline

JAVA timeline for an audioplayer program


I'm in the process of programming an audioplayer like winamp in Java. I'm in the GUI phase now and need some kind of timeline/timebar, like in winamp and other audio/video playback programs.

Does anyboyd have an idea to what I can use for this? Something already in Java?

Image of winamp's timebar;

enter image description here


Solution

  • JSlider or JScrollBar might be candidates, though you'd have to put some work in to get them to look nice!