How can i center the content of JTable Header which has a nimbus look and feel? I tried to use DefaultTableCellHeaderRenderer, but it look like this;
is there any way to make them all look like PARENT_ID column's and centered?
This example shows one approach. By using the table header's DefaultTableCellRenderer
, it minimizes the impact on the UI delegate's appearance.