@ -44,7 +44,6 @@ public class FormDesignerUI extends ComponentUI {
private FormDesigner designer;
private SelectionModel selectionModel;
private Rectangle2D.Double back_or_selection_rect = new Rectangle2D.Double(0, 0, 0, 0);
private WatermarkPainter watermarkPainter;
private float time;
public FormDesignerUI() {
@ -109,7 +109,6 @@ public class GridUI extends ComponentUI {
protected int resolution;
private boolean isAuthority = false;
public GridUI(int resolution) {
super();
@ -55,7 +55,6 @@ public class PolyDesignUI extends ComponentUI {
private PolyDesigner designer;
private int resolution;
public PolyDesignUI(int resolution) {
if (resolution == 0){