Swing 中的 Java ProgressBar

发布于 2024-11-10 19:55:49 字数 106 浏览 3 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新雨望断虹 2024-11-17 19:55:49

如果您正在寻找更具吸引力的设计。我可以建议你几件事:

1-看看 javaFX 进度条,你可能会发现一些有趣的东西
http://download.oracle.com/javafx/1.3/tutorials/UIControls /progress.html

2-如果您使用 java 教程 也许你可以尝试自己编辑它。看一下这个链接

自我定制的示例:

UIManager.put("ProgressBar.background",Color.BLUE); 

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:

UIManager.put("ProgressBar.background",Color.BLUE); 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文