Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
602 views

Quaqua look and feel issues

I am using quaqua look and feel in linux and windows. it was working fine till I got the problem witn JOptionPane. When the code opens the JOptionPane using the line ...
3
votes
2answers
458 views

Alternative LAF to quaqua

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 ...
1
vote
1answer
88 views

Getting the unsaved dot on a Swing Mac OSX app with quaqua LAF

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 ...
1
vote
1answer
607 views

How can I manage swing UI default font sizes without quaqua?

We are trying to get quaqua out of our application. 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"); Is ...
0
votes
2answers
113 views

Using Quaqua with a Netbeans project

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 ...
0
votes
2answers
529 views

Problem loading quaqua 64 libraries

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 ...