0

I have some jpanel in my project. it is called once in the beginning and does not call after it due to which content on those jpanel does not update.

MadProgrammer
  • 343,457
  • 22
  • 230
  • 366

1 Answers1

0

You can use following methods when you need to update it.

panel.revalidate(); 
panel.repaint();
pavithraCS
  • 709
  • 6
  • 23