|
|
|
@ -22,6 +22,7 @@ import com.fr.log.FineLoggerFactory;
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
|
import javax.swing.JComponent; |
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import javax.swing.SwingConstants; |
|
|
|
|
import javax.swing.event.ChangeListener; |
|
|
|
|
import java.awt.BorderLayout; |
|
|
|
|
import java.awt.CardLayout; |
|
|
|
@ -156,7 +157,8 @@ public class StylePane extends BasicPane implements UIObserver {
|
|
|
|
|
|
|
|
|
|
private JPanel createThemedStylePane() { |
|
|
|
|
JPanel container = new JPanel(new BorderLayout(0, IntervalConstants.INTERVAL_L1)); |
|
|
|
|
UILabel uiLabel = new UILabel(Toolkit.i18nText("Fine-Design_Style_Applying")); |
|
|
|
|
UILabel uiLabel = new UILabel(Toolkit.i18nText("Fine-Design_Style_Applying"), SwingConstants.LEADING); |
|
|
|
|
BidiUtils.setOrientationByLocale(uiLabel); |
|
|
|
|
uiLabel.setPreferredSize(new Dimension(uiLabel.getPreferredSize().width, 20)); |
|
|
|
|
container.add(uiLabel, BorderLayout.NORTH); |
|
|
|
|
nameStyleListPane.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
|