How to refresh JPanel inside JFrame
843810Aug 26 2008 — edited Dec 15 2008In my application i am calling multiple panels inside my JFrame.On clicking the JButton in one of my panels the JPanel should get refreshed or reloaded.Its very urgent can anyone give me a solution .I have tried revalidate() and repaint() but nothing works
Thanks in advance
Nivetha