Swing 中的 Java ProgressBar
我在 swing 中有一个桌面 GUI,我想显示 GUI 中使用的用户存储的状态,目前我正在使用 JProgressBar,它没有太大吸引力,它看起来像一个简单的进度条。 请建议一些有吸引力的方法。
i have a desktop GUI in swing , i want to show status of user storage used in the GUI, currently i am using JProgressBar, which is not much attractive, It seems like a simple progress bar.
Please suggest some attractive way to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找更具吸引力的设计。我可以建议你几件事:
1-看看 javaFX 进度条,你可能会发现一些有趣的东西
http://download.oracle.com/javafx/1.3/tutorials/UIControls /progress.html
2-如果您使用 java 教程 也许你可以尝试自己编辑它。看一下这个链接
自我定制的示例:
If you are looking for more attractive design. I could suggest you a couple of things:
1-Have a look at javaFX progress bars , you might find something interesting
http://download.oracle.com/javafx/1.3/tutorials/UIControls/progress.html
2-If you use the standar progress bar from the java tutorial maybe you could try to edit it yourself. Have a look at this link
Example of self customization: