I have rendered a Panel inside the cells of a JTable using a customCellRenderer class of my own.
My Panel contains some textfield, radio buttons etc.
When i click on the panel for editing these textfields or something else,
it displays me a
string detail of Jpanel:
javax.swing.JPanel[,-329,-54,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
Also, this JTable keeps on getting updated with newer rows at runtime.
How do i make my JPanel behave normally, so that i can edit my textfields etc..
Please help asap.
Extremely important.
Thanks a lot in advance.