Results 1 to 3 of 3
- 12-18-2008, 08:11 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 3
- Rep Power
- 0
tooltips for JTable column headers
I change the column headers in a JTable according to the value in a particular column of the selected row. The headers are abbreviations, so I would like to set explanatory tool tips each time I change the headers.
Tool tips can be set only for JComponents (and a couple of unrelated classes). The logical candidates for drawing column headers, like the table column model and the header renderer, are not JComponents.
Does anyone know how I can set tool tips for individual column headers?
- 12-18-2008, 11:37 AM #2
JTableHeader is a JComponent.
db
- 12-18-2008, 11:42 AM #3
Member
- Join Date
- Dec 2008
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
insert row and column and delete row and column
By daredavil82 in forum New To JavaReplies: 13Last Post: 09-22-2011, 06:10 PM -
How to sort column in JTable
By johnt in forum AWT / SwingReplies: 3Last Post: 06-14-2008, 05:48 AM -
Jtable duplicates through Hashtable (JTable condition problem) my assignment plz help
By salmanpirzada1 in forum Advanced JavaReplies: 2Last Post: 05-15-2008, 10:15 AM -
Excel Column
By Gajesh Tripathi in forum New To JavaReplies: 2Last Post: 04-13-2008, 02:26 PM -
CSV column titles
By javaplus in forum New To JavaReplies: 2Last Post: 01-24-2008, 03:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks