diff --git a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
index 0a871ffca42bc59fda0dc96e7d07ac87367abde7..7ecd045ab1e2dbc111011857eed2b9095d2ebf60 100644
--- a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
+++ b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java
@@ -829,17 +829,6 @@ public class Tcpbw100 extends JApplet implements ActionListener {
 			_log.warn("?", e);
 		}
 
-		// create main window
-		try {
-			javax.swing.SwingUtilities.invokeAndWait(new Runnable() {
-				public void run() {
-					createMainWindow();
-				}
-			});
-		} catch (Exception e) {
-			_log.warn("createGUI didn't successfully complete", e);
-		}
-
 		// Autorun functionality
 		_sIsAutoRun = getParameter("autoRun");
 		if ((_sIsAutoRun != null) && _sIsAutoRun.equals("true")) {