Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to develop a java simulator. I decided my applet and code it.

In my java applet there is a combo box, and when I click 1 value of combo box( values from 1 to 10) I want to view corresponding text fields only.

But when I click the combo box I cannot view the relevant text fields and when I click any other button or click on the bar it displays text fields.

I have write the code inside ActionPerformed event of combo box. I tried to write the same code inside ItemStateChanged event of combo box. But I couldn't fix the problem.

How can I get rid of this problem?

Please help me.
Posted

1 solution

C#
validate(); or  repaint(); or revalidate(); 
did you call any above function after creating the textfiled or making it visible true. If not resolve, then post your code
 
Share this answer
 
Comments
gayani dassa 6-Mar-13 10:23am    
I used validate() function. Its working now. Thank you very much Shubhashish_Mandal.
Shubhashish_Mandal 7-Mar-13 6:43am    
welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900