mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
layout
This commit is contained in:
+2
-2
@@ -30,10 +30,10 @@ public class InlineSuperClassRefactoringDialog extends RefactoringDialog{
|
||||
}
|
||||
|
||||
protected JComponent createCenterPanel() {
|
||||
return new JLabel("Inline \'" + mySuperClass.getQualifiedName() + "\' to \'" + StringUtil.join(myTargetClasses, new Function<PsiClass, String>() {
|
||||
return new JLabel("<html>Inline \'" + mySuperClass.getQualifiedName() + "\' to <br> \'" + StringUtil.join(myTargetClasses, new Function<PsiClass, String>() {
|
||||
public String fun(final PsiClass psiClass) {
|
||||
return psiClass.getQualifiedName();
|
||||
}
|
||||
}, ", ") + "\'");
|
||||
}, "\',<br> \'") + "\'</html>");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user