Skip to content

Files

Latest commit

8ffd1c9 · Nov 22, 2018

History

History
29 lines (22 loc) · 771 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 771 Bytes

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