hi,
I am developing a Java application to run on Mac OS X. I have installed the application using the property com.apple.macos.useScreenMenuBar=true.
My problem is this that whenever I press the backspace key in any of the Text Components my application hangs, without firing any key pressed event.
When I set the useScreenMenuBar property to false, then the backspace problem gets solved by itself.
Can anybody suggest what can be the problem?
Regards.