Show a more informative error message for BindException. (fixes #119)

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-08-12 21:46:10 -05:00
parent f22498ae7d
commit 7dc5f973de
2 changed files with 7 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ public class ErrorHandler {
textArea.setCursor(Cursor.getPredefinedCursor(Cursor.TEXT_CURSOR));
textArea.setTabSize(2);
textArea.setLineWrap(true);
textArea.setWrapStyleWord(true);
}
/** Scroll pane holding JTextArea. */