how to introduce CSS style for various swing components like JButton,Jpanel etc. in a swing application?
|
|
You don't. The HTML parser that some Swing components use does not even support most HTML tags; it does not support CSS at all. If you need advanced HTML support in a Java app, you will have to use one of the third-party components that provide it. |
|||
|
|
|
You can use the various Swing properties to describe UI defaults that will be shared by all components - like fonts etc - but as Michael mentions; there's no way to do full
|
|||
|
|
|
|
I bookmarked this long back, but never evaluated: |
||
|
|
|
|
Maybe you could use this "javacss" project: |
||
|
|
