console vs text area
i want to add a console window in my gui
as i can write to and read from it
for more explanation
it behaves like dos window
where i write a command and it give me output on the screen but user can't edit this output
but he can write a new command only
[298 byte] By [
abo3ala2a] at [2007-11-27 11:20:01]

# 1
You can make that with NetBeans, but not with Java Studio Creator. See http://www.netbeans.org/kb/index.html for Java GUIs and Project Matisse tutorials. You can create a desktop Java application and use a TextField or TexArea like a DOS window.