From 03378804153e9d358ac049ba2f1fbb8eddde13fe Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 18 Jul 2018 17:22:58 +0100 Subject: [PATCH] JAL-3048 JAL-1353 bug demo update for refactored edit name dialog --- test/jalview/gui/JAL1353bugdemo.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index 87ceed8..bcd5784 100644 --- a/test/jalview/gui/JAL1353bugdemo.java +++ b/test/jalview/gui/JAL1353bugdemo.java @@ -99,8 +99,7 @@ public class JAL1353bugdemo // oo.setVisible(true); // parent.setVisible(true); EditNameDialog end = new EditNameDialog("Sequence Name", - "Sequence Description", "label 1", "Label 2", - "Try and drag between the two text fields", foo);// );cont.getRootPane()); + "Try and drag between the two text fields", "label 1", "Label 2");// );cont.getRootPane()); assert (end != null); finish = true; } -- 1.7.10.2