| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <title> |
| Changing the appearance of the Console view |
| </title> |
| </head> |
| <body> |
| <h1> |
| Changing the appearance of the console view |
| </h1> |
| <p> |
| To set the types of output (and their colors) in the Console view: |
| </p> |
| <ol> |
| <li> |
| From the menu bar, select <strong>Window</strong> > <strong>Preferences |
| > Debug > Console</strong> to view the Console Preferences page. |
| </li> |
| <li> |
| Checking the <strong><strong>Show when program writes to standard out</strong></strong> |
| checkbox will make the Console view visible each |
| time new output is written to the console from the program's standard output stream. If there is no Console view in the current perspective, one will be created. |
| </li> |
| <li> |
| Checking the <strong><strong>Show when program writes to standard err</strong></strong> |
| checkbox will make the Console view visible each |
| time new output is written to the console from the program's standard error stream. If there is no Console view in the current perspective, one will be created. |
| </li> |
| <li> |
| Click any of the color buttons to change the color for the corresponding |
| text stream. |
| </li> |
| </ol> |
| <p>To set the fonts used in the Console view:</p> |
| <ol> |
| <li> |
| From the menu bar, select <strong>Window</strong> > <strong>Preferences |
| > Workbench > Fonts </strong>to view the Fonts Preferences page. |
| </li> |
| <li> |
| Select <strong>Debug Console Text Font </strong>from the list of fonts |
| and use the <strong>Change... </strong>button to change the font. |
| (The <strong>Detail Pane Text Font</strong> can be used to change the |
| font of the debugger's detail pane). |
| </li> |
| </ol> |
| <p> |
| <img border="0" src="../images/ngrelc.gif" alt="Related concepts" width="159" height="27"> |
| </p> |
| <p> |
| <a href="../concepts/concepts-10.htm">Debugger</a><br> |
| <a href="../concepts/concepts-6.htm">Java views</a> |
| </p> |
| <p> |
| <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"> |
| </p> |
| <p> |
| <a href="../reference/ref-45.htm">Console view</a><br> |
| <a href="../reference/ref-24.htm">Views and editors</a> |
| </p> |
| <p> |
| <a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" width="324" height="14"></a> |
| </p> |
| </body> |
| </html> |
| |