I'm trying to use the Quaqua look and feel with a java project in netbeans, on windows 7.
So far, I've added quaqua.jar and swing-layout.jar to the libraries, and libquaqua.jnilib to the runtime "-Djava.library.path", but Netbeans simply tells me that "package ch.randelshofer.quaqua does not exist". This hasn't happened with any other LnF libraries I've used, but it does appear to be an issue with netbeans rather than the library files.
Anyone else had better luck using quaqua?