|
|
|
@ -76,6 +76,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends
|
|
|
|
|
setBorder(BorderFactory.createEmptyBorder(10, 10, 0, 6)); |
|
|
|
|
add(createLeftPane(), BorderLayout.CENTER); |
|
|
|
|
add(createRightPane(), BorderLayout.LINE_END); |
|
|
|
|
BidiUtils.applyOrientationByLocale(this); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@ -340,7 +341,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends
|
|
|
|
|
container.add(nameTextPane, BorderLayout.CENTER); |
|
|
|
|
container.add(nameErrorLabel, BorderLayout.SOUTH); |
|
|
|
|
|
|
|
|
|
return container; |
|
|
|
|
return BidiUtils.applyOrientationByLocale(container); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void exit() { |
|
|
|
|