I found bug...  ( is bug ?? )

tb.addFocusListener(focusEvent);
tb.addFocusListener(focusEvent);
tb.addFocusListener(focusEvent);


tb has 3 focusEvent

tb.removeFocusListener(focusEvnet)

tb has 2 focusEvent.


so focusEvnet is Work......

///////////////////////////////
tb.addFocusListener(focusEvent);
tb.addFocusListener(focusEvent);

tb.removeFocusListener(focusEvent);
tb.removeFocusListener(cousEvent);

tb not work.. ( tb has not focusEvent)..






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to