Search VisualAge for Java Information Go to Information Home Page Go to VisualAge for Java WWW Site

Console Window

The Console is the standard input and output device for Java programs in the IDE.   All running programs are shown in the All Programs pane. If a thread has standard output, it outputs it to the Standard Out pane.  If several threads are running concurrently, they all output to the same pane, which may result in overlapping output.

When a program requires standard input, select it in the All Programs pane and submit the input from the Standard Input pane.

Menus
The Console Window has the following menus:

ngrelt.gif (466 bytes)
Running an Applet from the IDE
Running an Application from the IDE