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