Thank you very much for pointing that out.

It has now been fixed in the trunk.

http://code.google.com/p/piccolo2d/source/detail?r=813

2009/10/23 Nigel <nigel.tamp...@f2s.com>

>
> I notice that the following line in TooltipExample.java
>
>   final PNode n = event.getInputManager().getMouseOver().getPickedNode
> ();
>
> Could be rewritten simply as:
>
>   final PNode n = event.getPickedNode();
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to