This should be a fairly easy answer, but I cannot seem to find anything helpful on google.
I have a JTextArea that I want to provide the option to print. In order to activate that option, the user will press the standard: CTRL+P. How do I write a KeyListener to respond to the CTRL and P keys causing events?
Any help is appreciated.