Mustang is galloping into town. Also known as Java SE 6, Sun's latest incarnation of the Java 2 platform should arrive in its first non-beta release by the time you read this article. Jeff Friesen shows you why the many new features (from console I/O and access permissions control methods, to the system tray API and table sorting and filtering) that you now get to play with make Mustang an interesting release.
Permalink for comment 173914
To read all comments associated with this story, please click here.
I just tried setting the lnf to SystemLookAndFeel in a Swing program I had written, turns out SystemLookAndFeel is Metal by default on Linux. At least that's what System.out.println(UIManager.getSystemLookAndFeelClassName()); tells me. (not using Gnome)
Member since:
2006-04-04
I just tried setting the lnf to SystemLookAndFeel in a Swing program I had written, turns out SystemLookAndFeel is Metal by default on Linux. At least that's what System.out.println(UIManager.getSystemLookAndFeelClassName()); tells me. (not using Gnome)