can we change the color of the border of a cell / every cell in JTable?
thx
Have you read the API documentation for the JTable class? It has a setGridColor() method. If you want to change the border color for a
single cell have a look at the TableCellRender er.
Comment