![]() |
![]() |
![]() |
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 Output pane. If several threads are running concurrently, they all output to the same pane, which may result in overlapping output.
When a running program requires standard input:
Tool Bar
![]() |
Clear | Clear the Console window |
![]() |
Submit | Submit the input |
![]() |
Open Debugger | Start the debugger |
![]() |
Terminate | Terminate the application |
Menus
The Console Window has the following menus:
Running an Applet from the IDE
Running an Application from the IDE