I've created a JTable which is added to a JScrollPane.
I'm facing 2 issues which couldn't be resolved.
1. I want to make the cell border of the table invisible (i.e. border
thickness to 0)
2. Since I've added my JTable to ScrollPane the Table header by default is
visible. I want the table header to be invisible.