Questions tagged [quaqua]

Quaqua is a Java library that provides enhancements to Apple's Aqua Look and Feel.

Quaqua is a Java library that provides enhancements to Apple's Look and Feel for Java, com.apple.laf.AquaLookAndFeel. See also Modifying the Look and Feel.

11 questions
3
votes
1 answer

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 JOptionPane.showInternalConfirmDialog( pos_main.category_layer, "Give Rewards…
Deepak
  • 6,684
  • 18
  • 69
  • 121
3
votes
1 answer

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 there an easy to do the same sort of thing without…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
3
votes
2 answers

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 was wondering if anyone knew an alternative to…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
2
votes
1 answer

Can I get native-looking JPopupMenu appearance for Swing on Mac OS X?

I'm trying to make a combo box in Swing (under Java 7) look like a native combo box. It turns out that a JPopupMenu is used to display the options of the combo box, so it turns into a matter of making a JPopupMenu look native enough. If I use the…
Hakanai
  • 12,010
  • 10
  • 62
  • 132
2
votes
1 answer

How do I get a unified toolbar in Quaqua?

I can't figure out how to coerce Quaqua into using a unified toolbar on my window. I have done everything I have seen other post suggesting to fix. Most people seem to forget the setFloatable(false) but ours always had that. Anyway, I condensed it…
Hakanai
  • 12,010
  • 10
  • 62
  • 132
1
vote
2 answers

Unable to use the quaqua look and feel

I have downloaded the quaqua 8 package. I unzipped it and placed the quaqua.jar file in the working library of my project. Then in the main method I applied for the Quaqua look and feel. But I get an error saying ch.randelshofer.quaqua package…
saplingPro
  • 20,769
  • 53
  • 137
  • 195
1
vote
1 answer

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 the upper left changes from an empty red circle,…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
0
votes
1 answer

downloading quaqua look and feel to integrate with the java application in windows

where can i download quaqua look and feel for java app in windows? What are the steps to integrate this look and feel with the project ? I want to integrate this look and feel with my java application on windows.
program-o-steve
  • 2,630
  • 15
  • 48
  • 67
0
votes
2 answers

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 "-Djava.library.path", but Netbeans simply tells me…
one-more-minute
  • 1,408
  • 10
  • 12
0
votes
2 answers

Issue loading quaqua 64 libraries

Every time 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…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
0
votes
1 answer

Quaqua Theme takes much memory

Comparative to Other themes of swing(Sysnthetica & Substance etc.) QuaQua theme takes more memory. some times, some parts of the JFrames remain when it moves over the screen too. This problem affects only to law memory pcs. I want to know whether…
Débora
  • 5,816
  • 28
  • 99
  • 171