|
|
@ -294,7 +294,7 @@ public class FormDesignerUI extends ComponentUI { |
|
|
|
|
|
|
|
|
|
|
|
drawResizingThumbs(g, selectionModel.getSelection().getDirections(), bounds.x, bounds.y, bounds.width, bounds.height); |
|
|
|
drawResizingThumbs(g, selectionModel.getSelection().getDirections(), bounds.x, bounds.y, bounds.width, bounds.height); |
|
|
|
//选中时边框颜色
|
|
|
|
//选中时边框颜色
|
|
|
|
g.setColor(XCreatorConstants.LAYOUT_FORBIDDEN_COLOR); |
|
|
|
g.setColor(XCreatorConstants.FORM_BORDER_COLOR); |
|
|
|
|
|
|
|
|
|
|
|
for (XCreator creator : selectionModel.getSelection().getSelectedCreators()) { |
|
|
|
for (XCreator creator : selectionModel.getSelection().getSelectedCreators()) { |
|
|
|
Rectangle creatorBounds = ComponentUtils.getRelativeBounds(creator); |
|
|
|
Rectangle creatorBounds = ComponentUtils.getRelativeBounds(creator); |
|
|
|