0

There is some standard way to style an JFame (Buttons, etc ...) similar what is done for internationalization with .Properties files?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
R063R
  • 27
  • 2
  • 5

1 Answers1

6

I believe you're looking for How to set the look and feel.

aioobe
  • 413,195
  • 112
  • 811
  • 826
  • See [this answer](http://stackoverflow.com/a/5630271/418556) for a GUI that can change PLAF at run-time, as well as screenshots of some of the native PLAFs. – Andrew Thompson Jun 11 '12 at 14:46