Java Curses Library Icon

beta

JCurses, a java console windowing toolkit for Windows and Linux

User Ratings

 
 
35
1

Rate Java Curses Library

How would you rate Java Curses Library?





Express yourself: log in to write a review.

User Reviews

  • Posted by Myk Taylor 2012-08-20

    This project is definitely useful, and has a good start, but the code needs some love before it can be used for anything serious. The inablility to asynchonously interact with the UI event loop makes multithreaded programming with this library unsafe. For example, if you have a program that performs some asynchronous activity and wants to display its current status on the screen, there is no way to get the UI event loop to unblock from its call to getch() and safely modify the widgets. You just have to modify the widget state from your own UI thread and hope that the user doesn't choose that moment to hit a key.

  • Posted by Jonathan Abbey 2011-06-18

    Thank goodness for this project. It's really criminal that Java doesn't have decent console handling after all these years.

  • Posted by Ryan 2012-10-29

    good job javacurses

  • Posted by Karlos 2012-09-11

    Never use another. Nice and simple.

  • Posted by Kostas 2012-08-24

    Many thanks to the developers!

Read more reviews