The Java Editor Project

I did this project, with a friend of mine, (I'm shamed to say that I forgot his name) a long time ago. (around 1999-2000)

It was a course, where every students made one editor, the best work got 100, and the rest's grade was conclude in how much it was worse when the best work. I was, if my memory doesn't fail me, the fifth.

Basicly, it's a Text Editor, that has graphical abilities, which means that you can open a graphical block inside the text, and paint there. (namely, just to put there lines, squares, circles and each) The graphics is vector-based, means that every circle that you add reminds a circle and not becomes a collection of dotes.  Then you can move the object, and play with them. I don't remember much else. Did I already mention that it's written in Java, using Swing?

Anyway, for the long time that have passed, I can not provide support for this project. In matter of fact, I don't even have a Java compiler/interpreter installed to test it. But I took a quick look, and this are minimal instructions:

There is a "Main" class, which I think needs to be in a directory named "project". So extract everything to a "project" directory, and try to run it. Anyway, the source is included. have fun.

Download it HERE.