Window « JTextArea « Java Swing Q&A





1. How to put a text area (JTextArea) into a window (JFrame)?    stackoverflow.com

I have a working code which creates a window with a text area. The code is here. I try to figure out how this code works. A lot of ...

2. JTextArea to emulate a terminal window    coderanch.com

Greetings all. I am developing the front end to a system that makes remote calls (via a corba channel) to components to issue commands, and displays the results back to the user in a scrolling JTextArea. Updates are at a freq of about 1-2/seconds. I want the text area to behave like a DOS prompt or a unix terminal window, in ...