Hi,
Does anyone know a good 2D painting program in Java with source? I
have to make a "conferance room" in Java where users can draw on a
shared whiteboard that they all can see. They have to be able to write
on it, draw rects, circles, freehand, fill with color, choose drawing
color etc. like the basic things you can do in any simple painting
programs like MS Paint. Im developing in JDK 1.4 so Java 2D is
available.
//Kasper, Denmark
JayJ - 10 Dec 2003 15:21 GMT
You may have a look at JLOOX.
http://www.jloox.com
My 2 cents,
J.