开发者

GUI Framework for new Windows OSs

Is there any swing like framework for the newer Windows OS's? Vista and & 7 apps have a different menuing 开发者_运维技巧and taskbar thing going and was wondering if there is any GUI components to utilize this new application look for Java.


Java provides a standard look and feel across all platforms, so unfortunately no...
You can only use the standard Swing API, and the classes provided in that
Apple provides extensions to Java, allowing you to access certain other kinds of buttons, but I don't think Microsoft does the same.


There is no need to replace the whole of Swing in order to get a new component. You can use the Flamingo component suite to provide a ribbon.

Alternatively you may prefer SWT, which provides a more native look-and-feel in general (i.e. your application will look more like a "normal" Windows Vista/7 application). SWT also has a third-party ribbon component.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜