* commit '26552044ee0b72847eb8aba7d1713e5e883cfd03': 无JIRA任务 合并丢失,build failed
@ -29,6 +29,11 @@ public class UILabel extends JLabel {
super(text);
}
public UILabel(String text, boolean enable) {
this.setEnabled(enable);
public UILabel(Icon image, int horizontalAlignment) {
super(image, horizontalAlignment);