I have a custom AbstractTableModel and I would like to center all the columns by default. I know this is made using TableCellRenderer but I don’t know how to implement it in my code. Here’s my class. Is this possible / a good idea or should I stick to doing it in the class where I use the JTables with