3

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.

random
  • 9,774
  • 10
  • 66
  • 83
Mike2012
  • 7,629
  • 15
  • 84
  • 135

2 Answers2

3

I was looking for this too. But I could not find sth. useful/equivalent. The only very nice one is not production ready: http://explodingpixels.wordpress.com/2009/10/01/sea-glass-look-and-feel/

Here is a nice list of other L&F: http://javabyexample.wisdomplug.com/component/content/article/37-core-java/65-20-free-look-and-feel-libraries-for-java-swings.html

Here is one more: http://developer.k-int.com/maven2/kunststoff/kunststoff/

Another (nice one?) could be nimbus which is included in the sun JDK: sun.swing.plaf.nimbus.NimbusLookAndFeel

or use the old crossplattform L&F: UIManager.getCrossPlatformLookAndFeelClassName()

Karussell
  • 17,085
  • 16
  • 97
  • 197
1

Everything that I know is here : javootoo.SkinF has a theme which looks like MacOS but not in all aspects(but it is stable, from what I remember).

adrian.tarau
  • 3,124
  • 2
  • 26
  • 29