showInternalInputDialog
[jalview.git] / src / jalview / gui / GroupEditor.java
index e9ef492..5b6df2b 100755 (executable)
@@ -144,7 +144,7 @@ public class GroupEditor extends GGroupEditor
 \r
   protected void groupName_actionPerformed(ActionEvent e)\r
   {\r
-    String reply = JOptionPane.showInputDialog(this, "Enter new group name", "Edit group name", JOptionPane.QUESTION_MESSAGE);\r
+    String reply = JOptionPane.showInternalInputDialog(this, "Enter new group name", "Edit group name", JOptionPane.QUESTION_MESSAGE);\r
     if(reply==null)\r
       return;\r
 \r