java 如何使GUI java漂亮?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11274373/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-31 04:29:41  来源:igfitidea点击:

How to make GUI java beautiful?

javauser-interface

提问by sayvortana

I am struggle to make a beautiful GUI in java. As you may know the default look and feel are not attractive that's why I would like to ask if there are existing mechanism or tools to do it thank.

我正在努力用 Java 制作一个漂亮的 GUI。您可能知道默认的外观和感觉并不吸引人,这就是为什么我想问一下是否有现有的机制或工具可以做到这一点,谢谢。

Edited:

编辑:

I want to develop chart application.

我想开发图表应用程序。

回答by Peter

It depends on what framework you're using. If you're using Swing you can use Java Look and Feel. There are some really nice one's out there but here's a linkI found from a simple Google search. I like the Sea Glass one :) Thisalso seems pretty informative and might help you out a little

这取决于您使用的框架。如果您使用的是 Swing,则可以使用Java Look and Feel。那里有一些非常好的链接,但这我从简单的 Google 搜索中找到的链接。我喜欢 Sea Glass 一个 :)看起来也很有用,可能会对你有所帮助

回答by tmj

Try to search Swing Synth, maybe it's what you want.

尝试搜索Swing Synth,也许这就是您想要的。