T
Tobias Merler
I generated an GUI application with JBuilder 9 and inserted some
System.out.println(....);
commands in the code.
How can I view the text and information which is written to the console output
by the System.out.println() call (when I invoke the application by the "run" menu) ?
Do I have to enable the console pane explicitely ?
Tobias
System.out.println(....);
commands in the code.
How can I view the text and information which is written to the console output
by the System.out.println() call (when I invoke the application by the "run" menu) ?
Do I have to enable the console pane explicitely ?
Tobias