音频播放器程序的 JAVA 时间线
我正在用 Java 编写一个像 winamp 这样的音频播放器。我现在处于 GUI 阶段,需要某种时间线/时间栏,就像在 winamp 和其他音频/视频播放程序中一样。
有没有人知道我可以用什么来做这个? Java 中已有的东西?
winamp 时间栏的图像;
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;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JSlider 或 JScrollBar 可能是候选者,尽管您必须做一些工作让他们看起来不错!
JSlider or JScrollBar might be candidates, though you'd have to put some work in to get them to look nice!