Java 相当于 WPF

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/554493/
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-08-11 16:08:54  来源:igfitidea点击:

Java equivalent to WPF

javawpf

提问by Micah

Is there an Java equivalent to the WPF platform?

是否有等同于 WPF 平台的 Java?

回答by Bahaa Zaid

JavaFXis SUN's trial to compete with WPF.

JavaFX是 SUN 与 WPF 竞争的试验。

It can be used in both Applets and Desktop applications

它可以在小程序和桌面应用程序中使用

You can see thiscomparison

你可以看到这个比较

回答by SQLMenace

No, but there is JavaFXwhich can be compared to Flash/Flex & SilverLight

不,但是有可以与 Flash/Flex 和 SilverLight 进行比较的JavaFX

回答by Aykut Kllic

The most likely answer is Soyatec's eFace. It supports several key features of WPF. It uses XAML and databinding, so you can apply MVVM and test your ViewModel. Also it supports templating.

最有可能的答案是Soyatec 的 eFace。它支持 WPF 的几个关键特性。它使用 XAML 和数据绑定,因此您可以应用 MVVM 并测试您的 ViewModel。它还支持模板。

Also, this is used in Eclipse e4.

此外,这在Eclipse e4 中使用

回答by saegeoff

Please take a look at Qt Jambi. It uses the Qt framework:

请看一下 Qt Jambi。它使用 Qt 框架:

http://qt-jambi.org/

http://qt-jambi.org/