|
|
@ -84,7 +84,7 @@ public class FormDesignerUI extends ComponentUI { |
|
|
|
// 设计参数面板
|
|
|
|
// 设计参数面板
|
|
|
|
repaintPara(g, paraComponent, c); |
|
|
|
repaintPara(g, paraComponent, c); |
|
|
|
} |
|
|
|
} |
|
|
|
repaintTopXCreators(g); |
|
|
|
paintTopXCreators(g); |
|
|
|
|
|
|
|
|
|
|
|
if (designer.isDrawLineMode() && designer.getDrawLineHelper().drawLining()) { |
|
|
|
if (designer.isDrawLineMode() && designer.getDrawLineHelper().drawLining()) { |
|
|
|
designer.getDrawLineHelper().drawAuxiliaryLine(g); |
|
|
|
designer.getDrawLineHelper().drawAuxiliaryLine(g); |
|
|
@ -446,7 +446,7 @@ public class FormDesignerUI extends ComponentUI { |
|
|
|
ComponentUtils.resetBuffer(dbcomponents); |
|
|
|
ComponentUtils.resetBuffer(dbcomponents); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void repaintTopXCreators(Graphics g){ |
|
|
|
private void paintTopXCreators(Graphics g){ |
|
|
|
designer.paintTopCreators(g); |
|
|
|
designer.paintTopCreators(g); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|