Mouse Events not working in fullscreen mode (on OSX)

Hallo everybody,

I'm in trouble with an app that needs to run fullscreen mode on OSX. In window mode, all the mouse listeners work as they should, but when it is run in fullscreen mode, no events are received by the components.

I've absolutely no clue about what the problem could be here. I'll try at home to see if the problem also exists on Linux/Windows (only Macs here). The code is not doing anything unusual, it's taken from the API docs.

... sorry for the pretty meaningless description, but that's all that can actually be told about the problem... :/ I'm simply (and a bit desperately) in hope for some hint...

[651 byte] By [ElkMonstera] at [2007-11-26 18:07:17]
# 1
Try to reproduce it using a very simple example and if you experience the same problem, post the code here so we can see if it's your code or a bug in the JDK. Also, you'll need to provide the version of Java you're compiling and running under.
Jasprea at 2007-7-9 5:38:33 > top of Java-index,Desktop,Core GUI APIs...
# 2

ok, thanks for the response, and sorry for me not answering - everything was terribly stressful during the last days. we worked around the problem quite crudely by simply switching the primary and secondary display...

anyway, i'll do what you suggested and post back here sooner or later... :)

ElkMonstera at 2007-7-9 5:38:33 > top of Java-index,Desktop,Core GUI APIs...