How do I track a key combination like this '<abcd'?
I have trapped the '<' key using keypressed in a jtextpanes
keylistener. But what to do now? how do I trap the next lets say 3
charactes typed by the user?
I have trapped the '<' key using keypressed in a jtextpanes
keylistener. But what to do now? how do I trap the next lets say 3
charactes typed by the user?
Comment