-1

I am going to start developing a desktop application in Java. For that I require to provide customized controls to the customer. I searched out on internet about overriding Swing controls but didn't find any useful stuff. They provided ready-made look and feel like nimbus and etc. My question is how to customize Swing controls to change their Look and Feel?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
  • 2
    you can read this article : How to Write a Custom Look and Feel http://today.java.net/pub/a/today/2006/09/12/how-to-write-custom-look-and-feel.html – t1w Dec 07 '12 at 13:13

1 Answers1

0

You can look here http://www.javasoft.de/synthetica/customize/. "The tables below contain useful UI-defaults which can be set by the UIManager for customizing a Synthetica look and feel programmatically. Use UIManager#put(Object key, Object value) for changing values."

umert
  • 138
  • 1
  • 6