ESC key and FullScreen mode
843807Oct 14 2001 — edited Oct 24 2001I am currently building a fullscreen application using the new JDK1.4 beta 2 release. I really like the features, however I have one question:
If your application is running in fullscreen mode, and you press the ESC key, then the application will exit from fullscreen mode. CAN I PREVENT THIS? I do not want Java to force me out of fullscreen mode when the ESC key is pressed. In my application the ESC key could very well mean something very different than exit!
Thanks