i've searched a bit and i couldn't seem to find this question asked specifically for Java. I'm trying to change the Look and Feel of a JButton
and the looks of other elements like JTextFields
and JComboBox
. To make my question clearer, i'm not trying to change the color or the shape of my button. I want to the change the "interface", i guess that's a good way to put it. Java has a default "LaF
" for JButtons
and other elements, how do i change that?
Asked
Active
Viewed 8,267 times
-1
1 Answers
1
Read How to Set the Look and Feel.
Next time google your question first.

Andrew Thompson
- 168,117
- 40
- 217
- 433

Stas Jaro
- 4,747
- 5
- 31
- 53