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
Java equivalent to WPF
提问by Micah
Is there an Java equivalent to the WPF platform?
是否有等同于 WPF 平台的 Java?
回答by Bahaa Zaid
回答by SQLMenace
回答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 框架: