This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes JTable and Cell Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable and Cell" Watch "JTable and Cell" New topic
Author

JTable and Cell

vinaya kumar
Ranch Hand

Joined: Jan 20, 2002
Posts: 70
Hello,
I Wanna to have cell uneditable in JTable
I am using defaulttablemodel,
how do i do it!!
If i extend this class and override isCellEditable...
While setting the columnwidth,
i get an error! saying
getColumn() method says! null pointer expection

initColumnwidth(columnsizes[])
tabeModel.getColumnModel().getColumn(i);
Thanks
vinaya

anybody have any clue in this
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JTable and Cell
 
Similar Threads
JTABLE
jtable
JTable "..."
jtable
A JTable question