简体   繁体   English

用于为基于Java的独立应用程序构建GUI的软件包(免费或商业)

[英]Package (free or commercial) for building GUI for standalone Java based Application

I am looking to build a Java based GUI oriented stand alone application. 我正在寻找一个基于Java的,面向GUI的独立应用程序。 I have already tried SWT and Swing but the GUI layout lacks the polished look and feel of commercial applications such as the cd/dvd burning software Nero. 我已经尝试过SWT和Swing,但是GUI布局缺乏商业应用程序(如cd / dvd刻录软件Nero)的优美外观。

Can someone recommend a GUI building library that can be incorporated into Java based applications? 有人可以推荐可以合并到基于Java的应用程序中的GUI构建库吗? Commercial GUI packages are also fine. 商业GUI包也很好。

Note: This is a standalone application and not web based. 注意:这是一个独立的应用程序,不是基于Web的。

Qt used to have some java bindings (http://qt.nokia.com) not sure if they still do. Qt曾经有一些Java绑定(http://qt.nokia.com),不确定它们是否仍然存在。

You may also want to look into other free or commercial Look & Feel implementations, which can make Swing look quite polished. 您可能还需要研究其他免费的或商业的Look&Feel实现,这可以使Swing看起来更加优美。

Good luck 祝好运

尽管编码是在Groovy中进行的,但我过去曾使用过Griffon

Take a look at nimbus . 看看雨云 It's the less ugly Swing look and feel. 这是不太丑陋的Swing外观。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM