I need to setup LookAndFeel Files in JDK 1.6. I have two files:
-
napkinlaf-swingset2.jar
-
napkinlaf.jar
How can I set this up and use it?
I would like a GTK look and feel OR Qt look and feel, Are they available?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The class name for Naplin is
net.sourceforge.napkinlaf.NapkinLookAndFeel. So to set it as default on the command line, use:To install it add
napkinlaf.jarto thelib/extdirection and the lines:to
lib/swing.propertieswithin your Java installation (you’ll probably have to create the file).See the Napkin wiki page