Mouse Resizing Control

Hi there coders.

I need to create image resizing control where when you insert a picture into a JTextPane, that picture has mouse resizable handles on every corner of that image and on every side of it. I should be able to click on that handle and drag it, and that would resize my image. I need same for JTextPane, so I could resize it the same way as image. Its similar to whats shown on image here: http://www.codeguru.com/cpp/controls/controls/resizing/article.php/c2151/

Does anybody know how to do this in java? Or maybe point me in a right direction about this? Im realy stuck and INEED this feature.

Thanx a lot.

[653 byte] By [d0minara] at [2007-10-2 19:07:31]
# 1
You might be interested in [url http://forum.java.sun.com/thread.jspa?forumID=57&threadID=638151&start=2]this[/url].
JayDSa at 2007-7-13 20:47:21 > top of Java-index,Desktop,Core GUI APIs...