Is it possible to be notified of key events on an application level and not on a Component level? What i mean by application level is not having a swing component receive key events but to have a special class listen to system wide key events.
This could be used in an app with no GUI for instance or when a more global handling of key events is needed.