Linked by Eugenia Loli-Queru on Sun 22nd Oct 2006 18:12 UTC
Thread beginning with comment 173847
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: But will it look good?
by someone on Mon 23rd Oct 2006 02:32
in reply to "RE: But will it look good?"
Yes, the new version of Java/Swing uses native widgets on Windows.
No, it doesn't. The whole point about Swing is that it provides a set of managed (written in Java), cross-platform widgets that can be skinned to match the look of the native platform.
This being said, both the win32 LnF and the GTK LnF have improved significantly in Java 6 and both make use of the native theme engine to draw the widgets. This, along with the new Desktop API, improvements in font rendering and other items, should give a great boost to Java on the Desktop.
RE[3]: But will it look good?
by tmack on Mon 23rd Oct 2006 02:47
in reply to "RE[2]: But will it look good?"






Member since:
2006-04-11
Yes, the new version of Java/Swing uses native widgets on Windows.
So, a Swing application will fit in perfectly with all of the other applications on that platform. This is similar to how the Mac OS X version of Java/Swing fits in perfectly with other applications.
They have also made great improvements on Linux with GTK+, although I am not sure if it is emulated or if they are using native widgets there also.
Edited 2006-10-22 18:43