posted 15 years ago
I m unable to refresh the JFrame , as the JFrame is consisting JPanel with few components on it. In that JPanel , I have added a JComboBOx , which should be updated as soon as the user update any value for the JComboBox. I am adding a piece of my Code-
I have already tried with validate(),repaint() , it may possible that i didnt work that one perfectly.