J
jamurphy
I am having a problem with a JFrame recognizing a key event. Inside of
the JFrame is a JScrollPane with a JTextArea inside of it. My problem
is when all of the text fits within the frame (no scroll bar present),
the key event is recognized, but if the scroll bar is needed, the
event is not recognized. The frame is in focus, but just doesn't
respond. Does the JScrollPane absorb the event? Any ideas about a
workaround?
the JFrame is a JScrollPane with a JTextArea inside of it. My problem
is when all of the text fits within the frame (no scroll bar present),
the key event is recognized, but if the scroll bar is needed, the
event is not recognized. The frame is in focus, but just doesn't
respond. Does the JScrollPane absorb the event? Any ideas about a
workaround?