哪个Java UI框架可在Windows 7/8上提供Mac OSX 10.9用户体验? [英] Which Java UI framework provides Mac OSX 10.9 user experience on Windows 7/8?

查看:44
本文介绍了哪个Java UI框架可在Windows 7/8上提供Mac OSX 10.9用户体验?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发具有本地Mac OSX 10.9外观和风格的Windows应用程序.是否可以?如果没有这样的框架,可以使用哪些替代方案?我可以使用任何开源UI资产来实现Mac的外观吗?

I would like to develop windows applications that has native Mac OSX 10.9 look and feel. Is it possible? In case no such framework is available, what alternatives are available? Can I use any open source UI assets to achieve Mac look and feel?

推荐答案

我想开发具有Mac OSX 10.9原生外观的Windows应用程序.

I would like to develop windows applications that has native Mac OSX 10.9 look and feel.

改为使用此:

try {
    // Significantly improves the look of the output in each OS..
    // By making it look 'just like' all the other apps.
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch(Exception weTried) {
}

注意:它将移植OS X外观到Windows.但是您的用户将对此表示感谢.

Note: It will not port the OS X look to Windows. But your users will thank you for that.

我可以使用任何开源 UI 资产来实现 Mac 的外观和感觉吗?

Can I use any open source UI assets to achieve Mac look and feel?

不.苹果将​​起诉任何试图复制其外观的人.

Nope. Apple would sue the pants off anyone who tried to replicate their look.

这篇关于哪个Java UI框架可在Windows 7/8上提供Mac OSX 10.9用户体验?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆