On 12/27/05, Saumil Mehta <[EMAIL PROTECTED]> wrote:
>             Uip.setParent(Evt.getComponent());

This probably will not solve your problem, but you should *NEVER* call
setParent.

Use Evt.getComponent().getChildren().add(Uip) instead.

Reply via email to