Since installing the new version of quaqua I have been having weird problems like text not displaying over my intro splash screen and the default java icon showing up on dialogs instead of mine. I was wondering if anyone knew an alternative to quaqua I could try for Mac LAF.
...
We are trying to get quaqua out of our application but we had been using a call to quaqua to set the font size to be smaller with a call like this:
System.setProperty("Quaqua.sizeStyle", "small");
My question is there an easy to do the same sort of thing without using quaqua? Or does anyone know another good look and feel for os x?
...
I am trying to make it so my app shows the unsaved dot in my swing windows when running on Mac with quaqua LAF. When I say unsaved dot, I mean in mac apps when you modify something, the red dot in the upper left changes from an empty red circle, to a circle that is mostly filled in with a darker red. Is there some flag I can set to ma...
Everytime my app loads I get the following error in the console:
Warning: class ch.randelshofer.quaqua.osx.Application couldn't load library "quaqua64". java.lang.UnsatisfiedLinkError: no quaqua64 in java.library.path
I thought this would be resolved by adding libquaqua64.jnlib to the resource directory that contian my libquaqua.jnli...
Hi all!
I just started using Quaqua 6.1.1 with Snow Leopard - and it is SOOOOO!!! much better than the regular JFileChooser (with Apple's Aqua) or awt.FileDialog. However I noticed a couple of minor glitches when I tried to present a JFileChooser.showSaveDialog(). One or both of these effects happen:
- even though I had set "fc.setFileSe...