... oh and i've forgotten to mention. In one of the eventHandler
functions you just setVisible(true) whatever hover you want to make
visible ;-)

On 11 Sep., 15:50, "alex.d" <[EMAIL PROTECTED]> wrote:
> I would just do smth. like:
>
> // panel is practically whatever widget you want it to be:
> panel.addMouseListener(new MouseListener(){
>   public void onMouseDown(Widget sender, int x, int y){}
>   public void onMouseMove(Widget sender, int x, int y){}
>   public void onMouseUp(Widget sender, int x, int y){}
>   public void onMouseEnter(Widget sender){}
>   public void onMouseLeave(Widget sender){}
>
> });
>
> On 10 Sep., 20:26, neversaydie <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> >  I need a help on creating hover over panels on onmouseover event.
>
> >  Can anyone help me how to do this ?
>
> > thank you
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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