Skip to content

beryx-gist/text-io-swing-handler

Repository files navigation

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

About

text-io-swing-handler

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages