From a5c38ba6e3b527c3996e90a8637a3c40b835e706 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Fri, 16 Nov 2018 19:47:36 +0000 Subject: [PATCH] NDT: Remove Swing call --- .../java/src/edu/internet2/ndt/Tcpbw100.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java index 0a871ffca4..7ecd045ab1 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")) { -- GitLab