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.

