JTable suddenly "forgets" my custom TableCellRenderer
From: Joe Randstein (javawocky_at_hotmail.com)
Date: 10/01/04
- Next message: Andrew Thompson: "Re: get all open Window s"
- Previous message: Babu Kalakrishnan: "Re: JTable Issue....Please Help"
- Next in thread: Babu Kalakrishnan: "Re: JTable suddenly "forgets" my custom TableCellRenderer"
- Reply: Babu Kalakrishnan: "Re: JTable suddenly "forgets" my custom TableCellRenderer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Oct 2004 03:11:48 -0700
Hi!
I use a JTable, for one column I have specified a custom
TableCellRenderer.
This works fine for some time (sometimes 1 minute, sometimes 2h), but
then for no obvious reason my custom renderer is no longer used and
all values in the column get displayed as String again (I assume their
.toString() method is used).
The table gets updated often, with rows removed and added (ca 10-20
times a minute). But no Exception is thrown, so I don't know where the
problem could be.
I don't do dynamic changes to the structure of the table after it has
been realised.
Anyone has seen such a problem before and has an idea for a solution?
Using WindowsXP, tested with j2se 1.4.2 and 1.5.0.
Thanks
Joe Randstein
- Next message: Andrew Thompson: "Re: get all open Window s"
- Previous message: Babu Kalakrishnan: "Re: JTable Issue....Please Help"
- Next in thread: Babu Kalakrishnan: "Re: JTable suddenly "forgets" my custom TableCellRenderer"
- Reply: Babu Kalakrishnan: "Re: JTable suddenly "forgets" my custom TableCellRenderer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|