Public Methods | |
OutDialog (JFrame parent, int nrLinesOutput, int nrLinesError, int lineWidth) | |
Constructor. More... | |
OutputStreamArea | getOutputText () |
Get the text output part. More... | |
ErrorStreamArea | getErrorText () |
Get the error text part. More... | |
Static Public Methods | |
void | printOutput (String str) |
Print the given message in the output text part. More... | |
void | printlnOutput (String str) |
Print the given message in the output text part and add a newline. More... | |
void | printError (String str) |
Print the given message in the error text part. More... | |
void | printlnError (String str) |
Print the given message in the error text part and add a newline. More... |
Contains an OutputStreamArea and an ErrorStreamArea.
|
Constructor.
|
|
Print the given message in the output text part.
|
|
Print the given message in the output text part and add a newline.
|
|
Print the given message in the error text part.
|
|
Print the given message in the error text part and add a newline.
|
|
Get the text output part.
|
|
Get the error text part.
|