Hi,
I am developing a
java editor like textpad. I am stuck at one point. My editor is similar to Textpad.
The editor gives a GUI for editing, compiling and running Java Programs. I am stuck at a point. When i try to run a program that recieves user input from within my editor, i want to open a new command window to recieve user input. This input must be available for the program. This is how TextPad does it.
How do i achieve it? Pls help
Madhesh