Hi all,

I am working on a application . The requirements are
somewhat like the microsoft paint application. There
are images on the client and a color palette. If the
user clicks on any area in the image and then on the
color palette, that area gets filled up with the
color.Also there has to be drag and drop
functionality. The end user can click on some images
and drop them in the area where he/she points to on
the client.

How can this be achieved using Java?

Can this be done entirely on the client side without
submitting that page to the server?

I thought of using applets,swing but it'll make the
client very fat.Is there any way to achieve this by
JSP or any other way using Java.

Any help will be greatly appreciated.

Thanks




__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to