Prints a string in the control's message area followed by a CR and LF. GUI controls will usually display messages in a non-editable text area. @param s
(String s)
| 141 | * @param s |
| 142 | */ |
| 143 | public void println(String s); |
| 144 | |
| 145 | /** |
| 146 | * Prints a blank line in the control's message area. GUI controls will usually display |
no outgoing calls