|
problem with event handling!!!
i've written an applet which contains two buttons "yes" ,"no" and a label
......that performs the following action:when button yes is clicked the label changes to"yes clicked"
nd when no is clicked the label has to change o "no clicked"
once the applet is started nd i click yes button for the first time.........the label changes to "yes clicked"
but next if i click no...the label does'nt change.....it changes only when i maximize the applet window........
y does this problem occur???
|