How do I crop an image in Java?
03:59 05 Mar 2010

I want to crop an image manually using the mouse.
Suppose the image has some text, and I want to select some text from an image, then for that purpose I want to crop that area by using the mouse.

java