Hi have a JTable which each cell is a JPanel (using cell renderer)
The content of the cells is not shown until I click somewhere in the JTable to get focus.. (When I used JTextArea instead of JPanel for each cell it worked well)
I tried to use updateUI() in some places but it didn't help..
What is the problem? Thanks!