I\'m creating a gui for my project. When the gui is first loaded only background is visible, so buttons are not visible, but when mouse over them, they are visible. What is
Try putting validate(); method on your main frame. I think it would help you.