aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Table Header not displayed 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 "Table Header not displayed" Watch "Table Header not displayed" New topic
Author

Table Header not displayed

Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2573

I need to display tooltips for my Jtable header. hence I subclassed JTableHeader as follows -

And set it as a Header for th etable, however with this header my Jtable header is not visible at all. What could be wrong?
TIA,
- Manish
Eddie Vanda
Ranch Hand

Joined: Mar 18, 2003
Posts: 281
http://www.codeguru.com/java/articles/220.shtml has an interesting example on tooltips in headers


The nice thing about Standards is that there are so many to choose from!
Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2573

Found the problem. It's working now!
- Manish
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Table Header not displayed
 
Similar Threads
Problem in JTable row selection
JTable
JTable + TableCellRenderer
Jtable CellEditor
JTable Columns