Getting rid of the ColumnHeader of a ScrollPane with a Table?

Hi,I'm new in Java programming. I'm working with Forte 4.0. My Problem: I have a ScrollPane with a Table in it. Now ColumnHeaders appear. Is there a way of getting rid of them by setting properties?ThanksJonny
[239 byte] By [jonnybecker] at [2007-9-27 18:22:20]
# 1
Hi,to disable column header, you can write :myTable.setTableHeader(null);
alexismidon at 2007-7-6 18:53:44 > top of Java-index,Archived Forums,Swing...