Re: JTable with my own editor/renderer
Posted By:
Anonymous
Posted On:
Wednesday, April 18, 2001 08:11 PM
Hi,
The first thing that came to my mind is whether the celleditor is set to point to ur custom celleditor. Maybe u can trace thru ur code using debug and check whether ur implemented getTableCellEditor() method is actually the one being called by the table for editing. The fact that u r receiving a white cell supports this argument cos u may be getting the default celleditor which is a JLabel... hope this helps.