Dispatch MouseEvent
Posted
by shay
on Stack Overflow
See other posts from Stack Overflow
or by shay
Published on 2010-04-25T13:39:13Z
Indexed on
2010/04/25
13:43 UTC
Read the original article
Hit count: 534
there is a way to Dispatch MouseEvent , same as dispatchKeyEvent using the KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(listener); that happens before the event transferred to the component ?
i know i have 2 options 1) add mouse event to all compoenents recursive 2) use a transparent glasspane
dose java support this , or i have to use the one of the options above
thank you
© Stack Overflow or respective owner