Drawing Program

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Drawing Program

Post by icesolid »

I was wondering if anyone had some ideas. I want to use a built in drawing program like this one http://www.vidyut.com/sunit/JavaOOPDraw.asp. However I want to add a save button to save the drawing that was created. Any suggestions? I am looking for something really basic and simple.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

onion2k has made an app. called PHPhoto. He has a link to it in his signiture, I've had a quick mess with it before; it's very good.

You can try it here.
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Wow

Post by icesolid »

Well that is an amazing program, but it is in fact way more than I am looking for. I am looking for a simple java app. Where the user can use a line tool, rectangle tool, oval tool and a text tool and save the drawing they created. Real simple and basic is what I need, like the site I listed above.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Why don't you just download java source code and recompile it?

or you can go with Flash,

http://www.flashkit.com/movies/Scriptin ... /index.php
Post Reply