diff --git a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
index 7ecd045ab1e2dbc111011857eed2b9095d2ebf60..0b7db6e0f561b7bbfa42938ddaa64842beef277b 100644
--- a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
+++ b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
@@ -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")) {