Lanterna is a Java library for building text-based user interfaces, similar to the Curses library, but in Java. It allows the creation of terminal UIs even in graphical environments using emulated terminals. This tutorial covers how to set up Lanterna, access and manipulate terminals, handle keyboard inputs, use the buffered
Table of contents
1. Introduction2. Dependencies3. Accessing the Terminal4. Low-Level Terminal Manipulation5. Buffered Screen API6. Text GUIs7. Conclusion1 Comment
Sort: