EarthWeb
Developer.com
Site
windows 2000
visual c++
java
visual basic
javascripts
recommend it
 
Book
thinking in java
 
Interact
forum
guest book
jobs
jokes
what's new

share code
 
Resource
add resource
modify resource
new resource
 

[Internet Jobs]
-----
Java by E-mail:

Get the weekly e-mail highlights on Java!
-----

-

Displaying table header


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

internet.commerce