So I have a panel and depending upon users entry they are populated with an x number of jlabels. Now the problem is, when the user entered information the labels successfully populate but they do not display properly in the panel; they don’t even show.
Only when I resize the frame they appear?
It’s been a while since I did Swing programming and I am trying to remember the method which you are supposed on a container after you add components. I think it’s
revalidate().