mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

change color #675

Closed wyj3531 closed 2 years ago

wyj3531 commented 2 years ago

there is some proble ?how i can change the Jtable header bg color and for color? i try to this do this but no effect: JTableHeader header = webTable.getTableHeader(); header.setBackground(Color.black); header.setForeground(Color.yellow);

and i try to another method and my custom header no effect bottom-table can change but header.why this header i custom no effect.

`