model view controller - Rapid Java Shape Manipulation -


My team has a short time implementing a simple size editor. I can create simple shapes like rectangles and lines, Have to be able to move and copy. It should be a stand-alone application (the applet can not be used) We have fully implemented our model, as well as the controller too. any advice?

EDIT: This is part of a huge application to clear the presentation element is missing.

If you want to display graphics now, see the Java 2D library.

Here is the API: There are several tutorials: (here is one)

Just try Googling Java 2D instance or some similar query.

I think that you will know that it is really easy to attract 2D shapes in Java :)


Comments