How to get Java XP Look and Feel

Posted by Yatenda Goel on Stack Overflow See other posts from Stack Overflow or by Yatenda Goel
Published on 2010-03-31T17:49:28Z Indexed on 2010/03/31 17:53 UTC
Read the original article Hit count: 371

Filed under:
|

I want to give XP Look and Feel to my Java Desktop Appliction, regardless of the platform it will run.

I came to know that since JDK 1.4, Sun Microsystems has officially released a look and feel for XP - com.sun.java.swing.plaf.windows.WindowsLookAndFeel

I am using Java 1.6 but when I didn't find any package named windows in javax.swing.plaf package.

Q1. How can I use the XP Look and Feel?

Q2. Will using this look and feel will appear same on all platforms (mac, solaris, linux)?

© Stack Overflow or respective owner

Related posts about java

Related posts about laf