Example Text-IO application that registers:
- handlers for the Up and Down arrow keys in order to display available choices.
- handlers for the Ctrl-Shift-Left and Ctrl-Shift-Right arrow keys in order to display previously entered values
See issue #17 and issue #20 for details.
Getting started
git clone https://github.com/beryx-gist/text-io-swing-handler.git
cd text-io-swing-handler
- on Unix-like systems:
./gradlew installDist
cd build/install/text-io-swing-handler/bin
./text-io-swing-handler
- on Windows systems:
gradlew installDist
cd build\install\text-io-swing-handler\bin
text-io-swing-handler