II have a Jtable and I am trying to centre align the text in the column headings. When I try and use the html center tags it seems to have no effect.
Object[] columns = {"","<html><center>#<br> ","<html><center>Type<br> ",
"<html><center>Shots<br> ","<html><center>final<br>score","<html><center>Time<br>Played"};
Can you see what I am missing or suggest a simple alternative?