H
helena
I'm using JTable component inside JFrame.Frame has BorederLayout and
table component is situated in center..
My problem is little complicated , i'm adding row's through
addRow(Vector v) of defaultTableModel.Object row consists of String and
FormattedTextField values.
When i add rows ,put some data in it ,and then remove them all ,
formattedtextField that i edited last stay's on te screen .It's like
repaint problem.When i do the resize(with mouse) of frame field disapear
..But when i call the repaint method of JFrame ,fireTableDataChanged of
model ,or do the setSize() of frame to resize it , textBox stays...
My question is what are all the methods called when we do te resize of
frame with mouse?
Thank you.
helena
table component is situated in center..
My problem is little complicated , i'm adding row's through
addRow(Vector v) of defaultTableModel.Object row consists of String and
FormattedTextField values.
When i add rows ,put some data in it ,and then remove them all ,
formattedtextField that i edited last stay's on te screen .It's like
repaint problem.When i do the resize(with mouse) of frame field disapear
..But when i call the repaint method of JFrame ,fireTableDataChanged of
model ,or do the setSize() of frame to resize it , textBox stays...
My question is what are all the methods called when we do te resize of
frame with mouse?
Thank you.
helena