guys, good day!
I just want to ask how to reload/refresh a JComboBox. I have a cardlayout with 3 panels, each panel has its own combobox. what I want to do is to reload the combobox to its original state each time I swap the cardlayout.
updateUI();
repaint();
revalidate();
I did try to use these classes but failed.