1

Is it a good idea to edit a JButton's interface by using css? If no, please specify alternatives. Thanks in advance.

gihooh
  • 303
  • 1
  • 6
  • 16

1 Answers1

1

Is it a good idea to edit a JButton's interface by using CSS?

No. While some Swing controls support HTML and simple styles, a button styled that way will lose the default disabled appearance.

If no, please specify alternatives.

Adjust the Pluggable Look and Feel.

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