0 Members and 1 Guest are viewing this topic.
int orientation;int x;int y;
/* g is the graphics component */g.fillRect(x, y, 20, 20);
AffineTransform, that's just what I need. Thanks! Also +1 for the detailed answer JL235.