KeyListener - catch any KeyEvent
- From: "Java and Swing" <codecraig@xxxxxxxxx>
- Date: 17 Jul 2006 11:30:07 -0700
I need to catch any key that is typed within my JFrame. I need this so
that if a user presses a certain key, say F11, I can hide the window.
currently my frame has a panel. the panel contains a JtextArea. If I
press F11 it is not caught outside of the text area.
how can i do this?
thanks
.
- Prev by Date: Re: Which Swing Component is this?
- Next by Date: How to pass the xmlenc:Encrypoter to Java function from XSLT
- Previous by thread: Is synchronisation required here ?
- Next by thread: How to pass the xmlenc:Encrypoter to Java function from XSLT
- Index(es):