Hi,
so I have some code that calls setVisible for some JComponent instances. Inside the setVisible function, the layoutContainer function of the layout manager associated to the parent of the components is called, which is as expected, but then it is called another time after all the calls to setVisible exit and I don't understand where this call can come from. Does someone have an idea?
Thanks!
