table, scrollpane color and background
Hi,
I have a file tree from which the content is displayed in a table. The table is added to a scrollpane.
Where data is in the table, the background color in the table is white.The problem is where no data is - where no more rows needed to drawn, the color of the scrollpane is grey. I would like to set the color of that area white.
tableScrollPane.setBackground(new Color(1f,1f,1f));
This code snippet does not solve the problem, the color of the area under the table is grey!
I could send u a snapshot of it in email if needed.
Thx in advance:
james

