NDT: Fix NPE caused by last checkin

This commit is contained in:
zzz
2018-11-16 21:36:46 +00:00
parent a5c38ba6e3
commit 6963d1f746

View File

@ -829,6 +829,8 @@ public class Tcpbw100 extends JApplet implements ActionListener {
_log.warn("?", e);
}
createMainWindow();
// Autorun functionality
_sIsAutoRun = getParameter("autoRun");
if ((_sIsAutoRun != null) && _sIsAutoRun.equals("true")) {