This commit is contained in:
anna
2011-10-11 17:35:39 +02:00
parent e8a285f887
commit 2e92a7bcd0
@@ -190,7 +190,7 @@ public class IntroduceParameterHandler extends IntroduceHandlerBase implements R
return;
}
final JPanel panel = new JPanel(new BorderLayout());
final JCheckBox superMethod = new JCheckBox("Use super method", true);
final JCheckBox superMethod = new JCheckBox("Refactor super method", true);
superMethod.setMnemonic('U');
panel.add(superMethod, BorderLayout.SOUTH);
final JBList list = new JBList(validEnclosingMethods.toArray());