mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.26k stars 242 forks source link

JTextArea replacement #540

Closed Parker7123 closed 3 years ago

Parker7123 commented 3 years ago

Hi, I want to implement something like window with logs in lanterna. In swing I used JTextArea. Unfortunately I can't find one in lanterna. Should I use label instead? Label doesn't support text appending so it will be another problem. I can call getText(), append and setText(). Is it the proper way?

avl42 commented 3 years ago

Have you looked at TextBox component?