Using Quaqua with a Netbeans project

768 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

I actually solved this by downloading the source and re-compiling a jar file. Not a great solution, especially since I don't know what will happen with the native libraries, but it works for now.

1
On

Did you add the jnilib to java.library.path, or the directory in which the jnilib is located? The latter should be correct.