Quaqua Look and Feel in Netbeans

View: New views
1 Messages — Rating Filter:   Alert me  

Quaqua Look and Feel in Netbeans

by jmborer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Fabrizio,

> What you did seems correct. BTW, I don't believe the native library is
>
> required for the filechooser, unless you use JSheet. I have to go back
>
> and check, indeed, since I don't recall a lot about that (with the
>
> exception that it worked ;-)

That would be very nice.

After doing some more tests, I found out that the Quaqua AND the
native libraries are actually installed. However they are not always
taken into account (i should say unpredictably). I only notice that
when it worked, the plugin was loaded/installed earlier in the startup
sequence as in the other cases. So my issue seems more related to
module loading order than installing properly the look and feel.

Do you how to influence the loading order of module?
Any idea when my module should be loaded, I mean before/after a
certain module? Which could be this annoying other module that
overrides my laf settings?

I suspect somehow early because when I put the jars into
platform10/lib and specify the look and feel with --laf it works
always.

Thanks for help

Jean-Marc