JAL-3048 JAL-1353 bug demo update for refactored edit name dialog
authorJim Procter <jprocter@issues.jalview.org>
Wed, 18 Jul 2018 16:22:58 +0000 (17:22 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 18 Jul 2018 16:22:58 +0000 (17:22 +0100)
test/jalview/gui/JAL1353bugdemo.java

index 87ceed8..bcd5784 100644 (file)
@@ -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;
       }