I create a little program that load a frame in which I added some panels.
When I click on some button it should show some panels and hide other.
I'm experiencing some difficult to do it, even because I don't really figure out the diference between setVisible(true)
, repaint()
and validate()
(that some friends of mine suggested to me).
I hope you can make me to understand!
Thank you.