U
Ulf Meinhardt
I would like to right align all values (not the headers) of column num 7 in a JTable.
Do I really need to install a DefaultTableCellRenderer?
I could imagine that there is a more easier solution similar to:
myJTable.getColumnNum(7).setRightAligned()
Ulf
Do I really need to install a DefaultTableCellRenderer?
I could imagine that there is a more easier solution similar to:
myJTable.getColumnNum(7).setRightAligned()
Ulf