I have downloaded the quaqua 8 package. I unzipped it and placed the quaqua.jar
file in the working library of my project.
Then in the main method I applied for the Quaqua look and feel. But I get an error saying ch.randelshofer.quaqua package doesn't exist
. Why is it so?
Do I need to do anything else?
Also listed in the compile library:
The IDE that I am using is NetBeans and the OS is Windows.
From that red highlight under "ch" the IDE adds to your code I'm guessing you haven't added that jar file properly to the classpath. Take a loog at your IDE's documentation (is it Netbeans you're using) and see how they tell you to add an external jar to a project.