NDT: Add support for test over SSL

error handling
log tweaks
This commit is contained in:
zzz
2018-11-17 10:19:55 +00:00
parent 6963d1f746
commit c5bd0bd079
4 changed files with 107 additions and 44 deletions

View File

@@ -25,16 +25,11 @@ public class ResultsTextPane extends JTextPane {
* String to be inserted into the document
**/
public void append(String paramTextStr) {
/****
try {
getStyledDocument().insertString(getStyledDocument().getLength(),
paramTextStr, null);
} catch (BadLocationException e) {
System.out
.println("WARNING: failed to append text to the text pane! ["
+ paramTextStr + "]");
}
****/
}
/**