-
Help
Alright so right now in my program i have it were you click on a button and based on what you click on more Labels,Buttons,etc... apppear. Currently though i am having the problem were after i click the button i have to resize the window for objects to be visible
-
Re: Help
Do you have a question about your program? If so, please ask it.
Can you make and post a small, complete program that compiles, executes and shows the problem?
-
Re: Help
My exact question is why do i have to resize the window to make the components appear is there a key word or something im missing
-
Re: Help
Hard to say without seeing some code that demonstrates the problem.
If you define a window 100 pixels wide and add a component that is 70 wide and then later another that is 70 wide, you could have to resize the window to see the full 140 pixels of the two components.