This commit is contained in:
anna
2011-03-17 15:02:38 +01:00
parent c792da6add
commit 18f9d16078
@@ -171,8 +171,8 @@ public class IntroduceParameterHandler extends IntroduceHandlerBase implements R
final List<PsiMethod> validEnclosingMethods,
final Introducer introducer) {
final JPanel panel = new JPanel(new BorderLayout());
final JCheckBox superMethod = new JCheckBox("Choose base method", true);
superMethod.setMnemonic('b');
final JCheckBox superMethod = new JCheckBox("Use super method of", true);
superMethod.setMnemonic('U');
panel.add(superMethod, BorderLayout.SOUTH);
final JBList list = new JBList(validEnclosingMethods.toArray());
list.setCellRenderer(new MethodCellRenderer());