On Sep 22, 5:11 pm, Steven Herod <[email protected]> wrote:
> And that's what I was referring to in regard to bubbling.  I'd like to
> attach handler(s) to the stage or scene.

If you need to intercept mouse handlers for the scene, you can add a
"glass pane"; add a transparent Rectangle at the end of the
scene.content and attach mouse handlers to it. Since this is visually
at the top (because you added it as the last child of the scene) it
will always receive key events, and since it is transparent, it will
not block mouse events to the content below it.

-- Tor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" 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/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to