Added path's

works but allot is edited
This commit is contained in:
Wesley
2015-04-02 23:31:48 +02:00
parent 040859ac2a
commit a45d37a4d5
11 changed files with 366 additions and 107 deletions
-2
View File
@@ -19,7 +19,6 @@ public abstract class DrawObject
double rotation;
double scale;
private Image image;
private Image rotateImage;
protected boolean selected;
private Rectangle2D rektAngle;
private Rectangle2D upperLeftCorner;
@@ -36,7 +35,6 @@ public abstract class DrawObject
public DrawObject(String filename, Point2D position)
{
image = new ImageIcon(filename).getImage();
rotateImage = new ImageIcon("rotate.png").getImage();
scale = 1;
rotation = 0;
this.position = position;