Dispatch MouseEvent
- by shay
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