|
|
@ -387,8 +387,6 @@ public abstract class UIControlPane extends JControlPane { |
|
|
|
contentPane.setBackground(originColor); |
|
|
|
contentPane.setBackground(originColor); |
|
|
|
contentPane.setLayout(new BorderLayout()); |
|
|
|
contentPane.setLayout(new BorderLayout()); |
|
|
|
titleLabel = new UILabel(title); |
|
|
|
titleLabel = new UILabel(title); |
|
|
|
Font font = new Font("SimSun", Font.PLAIN, 12); |
|
|
|
|
|
|
|
titleLabel.setFont(font); |
|
|
|
|
|
|
|
contentPane.add(titleLabel, BorderLayout.WEST); |
|
|
|
contentPane.add(titleLabel, BorderLayout.WEST); |
|
|
|
contentPane.setBorder(new EmptyBorder(5, 14, 6, 0)); |
|
|
|
contentPane.setBorder(new EmptyBorder(5, 14, 6, 0)); |
|
|
|
|
|
|
|
|
|
|
|