What Swing look and feel should I use for a Java desktop application?
Posted
by waiting
on Stack Overflow
See other posts from Stack Overflow
or by waiting
Published on 2010-05-14T01:43:05Z
Indexed on
2010/05/14
2:04 UTC
Read the original article
Hit count: 274
java
|look-and-feel
I am developing a Java desktop application and I use Swing to build the GUI. I realize that I can change the look of my app by setting different L&Fs.
The JRE (from SUN) provides me at least two L&Fs, one is the default Metal L&F and the other is the "System" L&F which let my app have a native look. Also I can find some really cool L&Fs on the internet.
The question is: which L&F should I use for my desktop app? Someone said the native look will be more user friendly, is that true? If I use the system L&F, should I make different versions of my user handbook (since the UI will change according to the OS)?
© Stack Overflow or respective owner