Home > Back-end >  After data update the data, how to realize automatic refresh?
After data update the data, how to realize automatic refresh?

Time:10-21

Use abstractTableModel as data model, change the data model, using fireTableStructChenged () method needs to change a window size to see the updated data, how to solve?

CodePudding user response:

Try to repaint ();
  • Related