Best Java Swing Look and Feel Themes | Top 10
Share
Sunday, October 04th, 2009 |  #Tags: , , ,

For Years, Java Swing  has suffered from poor UI colors and designs. Since the support of Java to let people desing their own Themes, it has revamped those old boring UIs.

When we talk about designing look and feel, we know it is about implementing different UI classes for different components.

Today, we can use Synth look and feel, which allow us to customize the look and feel by writing an XML file.

The other way is to use UIManager to load the L&F class directly from classpath. For which the code goes like this:

UIManager.setLookAndFeel("fully qualified name of look and feel");

The Look and Feel Libraries are broadly divided into two categories.

  1. Skinnable
  2. Non-Skinnable

Skinnable look and feel can’t only change the LAF of wigets in your application, but, can also change the look and feel of window title bars and borders. So here are few Professional and Casual themes that you can use to make your application much more attractive and vibrant:

Professional Themes

Nimbus

This is the theme that’s getting a lot of popularity, specially, after Solaris 10 adopted it.

Here’s how you can set it:

UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");

Here’s a screenshot:

Substance
Substance has 6 different flavours for the metallic Look an Feel. The Good one is below. You can checkout other color schemes here (though they are not that attractive). Download

Sea Glass
This is relatively anew theme under development. This one is among the best I’ve seen around. It that mocks Mac-kind look inspired by different colored stones. You can checkout the details here.

Info Look And Feel
This one is based on the Metal look and feel. This is the one that you will find in most enterprise or commercial Java Apps. It’s designed to have a slim, clean appearance. It has support for themes. Works best for Windows, though looks decent on KDE as well. Download

Pgs Look And Feel
I would call this a windows and KDE/Gnome hybrid. It aims be a very modern cross-platform LAF with nice features. the UI components are not as-sleek-as-others. Download

Quaqua Look And Feel
The Quaqua LAF is an user interface library which adheres closest to Mac OS X. Download

Casual Themes

Oyaha
This one is a cool and trendy. It’s unique, as it features transparency, sounds and is Skinable. For the cool generations. Download

Liquid Look And Feel
Liquid gives the application a crystal effect on the buttons. It’s based on Mosfet’s Liquid 0.9.6 theme for KDE 3.x. Reminds of Candy theme from StyleXP. Download

JTattoo
JTattoo is skinnable and consists of several different LAF. User can customize the look by choosing among different available color schemes. Download

Make Java applications more attractive, and encourage Open Source, cheers.

I`ll keep on updating the list. Make sure you check back.

Do you know of any others? I`ll be happy to include them. Follow me on Twitter.

Subscribe to Taranfx Share this post
Subscribe to Taranfx RSS Feed
Share

Suggested Reading:

Category: programming
#Tags: , , , | Author: Taranfx
  • Falk Lumo
    Why didn't you include the Alloy L&F from Incors?
    http://lookandfeel.incors.com/

    Agreed, it is from 2003. But it works rather nice ;)
  • mmuday
    I second the recommendation for Synthetica, particularly WhiteVision, Simple2D, and BlackEye.
    Also, substance can also look pretty good, particularly with the more subdued skins (e.g., Business Black Steel). There's a lot of attention to detail if you look closely.

    And one more quite respectable commercial L&F, Alloy (which is used with JetBrain's IDE, Idea) http://lookandfeel.incors.com/
  • The download link for pgs look and feel is not correct. Pgs look and feel's home page is https://pgslookandfeel.dev.java.net/.

    More over, you can add alloy look and feel, synthetica, nimrod etc to the list
  • Indra
    Most of these Look and Feel are great! Note that Nimbus is out of the box with JDK 6 update 10 and is pretty decent too. The person who said that these look and feel are watchable obviously has no concern for good user interface and is interested only in badmouthing java. Does he realize that a lot of usability experts and developers have put hours of genuine work together behind these look and feel? Labelling them as watchable is an insult to those people. Can he/she show example of some good user interface design instead?

    - Indra
  • Developer Dude
    Some of the L&Fs are nice, and it is nice to know about them, however, 'trendy' is highly overrated and not recommended for most apps. If you look at most non-Java apps, they use the native L&F because they are typically native apps using native UI SDKs. Besides not being the odd person out (and therefore always having some percentage of your target audience reject your app for that reason), there are usability reasons for sticking with the native L&F unless there are compelling reasons to do otherwise (and not just because you think the new look is 'trendy' - actually, trendy is the main trend of native L&F, not something that is different).

    This is a pet peeve of mine because many devs use a non-native/non-standard L&F in their Swing apps and this causes a knee jerk reaction of Java Swing apps in general. Sun has done some hard work to make the native L&Fs look and feel more native for a reason - take advantage of that fact.
  • ac
    Don't forget JGoodies! http://www.jgoodies.com
  • Synthetica is very nice I think, especially the WhiteVision theme!
    http://javasoft.de/jsf/public/products/synthetica

    It's the one I used for Trace Modeler (check sig link)
  • oh, great and I always thought swing has to look that horrible :)...great post...I perhaps can make use of it...thanks!
blog comments powered by Disqus
Taranfx Home
Hardware
Guides, How Tos
Programming
iPhone
Gadgets
High Definition
Networking
Taranfx Home
Hardware
Guides, How Tos
Programming
iPhone
Gadgets
High Definition
Networking