A Java library easying the job of creating a terminal application in Java by providing an AWT/Swing like stack.

learn more… | top users | synonyms

1
vote
1answer
134 views

Unable to start a Java/Lanterna program

I'm currently writing a small terminal application, using what I find a very cool Java library : Lanterna. it allows me to write ncurses-like application using similar concepts to Swing. As that ...