Sets whether the hostname should be shown in the title of the main RText window. @param show Whether the hostname should be shown. @see #getShowHostName()
(boolean show)
| 1292 | * @see #getShowHostName() |
| 1293 | */ |
| 1294 | public void setShowHostName(boolean show) { |
| 1295 | if (this.showHostName!=show) { |
| 1296 | this.showHostName = show; |
| 1297 | setTitle(getTitle()); // Cause title to refresh. |
| 1298 | } |
| 1299 | } |
| 1300 | |
| 1301 | |
| 1302 | /** |
no test coverage detected