Author: Zafir Anjum
The table header is displayed only when the table is added within a scrollpane. If you don't specify the column header explicitly, then labels are automatically generated and is the series
A B C .. Z AA AB ..
JScrollPane sp = new JScrollPane(table);
frame.getContentPane().add( sp );
Posted On: 9-Jan-1999