If you have the O'Reilly "Java Swing" book, there's an example in
chapter 16 of a table with row headers.  They basically fake it by
putting two tables side-by-side that share a TableModel.

Evan

-- 
Evan McLain                           [EMAIL PROTECTED]
Consystant Design Technologies
---
Test Your Software, or Your Users Will
Test ruthlessly. Don't make your users find bugs for you.
http://www.pragmaticprogrammer.com/ppbook/


Panyam Krishna Murthy wrote:
> 
> Hi.,
> 
> Is there any way to fix the first coloumn of the JTable fixed in a
> JScrollPane so that if i scroll the table horizontally then first coloumn
> should not move but all other coloumns should move .,
> 
> Thanks in Advance
> 
> panyam
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to