-
text box disappears
I am using netbeans to make some forms
I have a jinternal frame then a jtabbed panel with three jpanel in tabs.
when ever i change one panel in the tabs all the text boxes disappear and then i have to manually resize/relocate the text boxes so they can appear again.
PLEASE HELP
-
may be U can use
.setSize(width,height);
-
I don't know how this can be answered without seeing some code, else all we can do is guess at what's going wrong. I think that you're going to have to post a small program, the smallest possible that still compiles and demonstrates your problem. If you do post code, please be sure to use code tags by placing the tag [code] above your code block and [/code] below the code block.
Best of luck.