Possible Duplicate:
create java console inside the panel
So, I have a simple program that only consists of input, computations and output. Instead of displaying the prompts, computations and results in the command line (output) of the IDE, I was hoping to embed it on another program. Maybe on a GUI item, like a text area or anything that pops up.
Are there any GUI elements that are suited for this purpose? Thanks!