views:

106

answers:

2

I am developing an desktop application for my personal use. I use Java as programming language and I use Swing to develop GUI. I need some beautiful look and feel. How can I do it in Java or with any 3rd party API?

+6  A: 

There is a lot of possibilities for LaFs :


Resources :

Related topics :

Colin Hebert
Quick way to see how your application looks under Nimbus, start the app with the argument ` -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel` e.g. `java -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar MyApp.jar`
nos
Your Substance link takes you the Oracle website.... (the Substance website is https://substance.dev.java.net/)
alpha123
@alpha123, thanks, bad copy/paste.
Colin Hebert
+1  A: 

you can find lot of themes here

Keshan