> Can anybody tell me where I can find an easy-to-integrate Java2D
> rectangular component with draggable handles for resizing at its edges
> and which can be moved around on a JPanel?
JGUI contains ready to use handler for creating such components.
you take some component for example JPanel add Border to it,
then you add DragHandler and ResizeHandler (both are MouseInputListener).
"Snap to grid" and "magnetic" components also supported.
more info at
http://jgui.imagero.com/doc/com/imagero/gui/flowin/util/package-summary.html
download jgui at http://jgui.imagero.com/download/
> Uh, free stuff only please.
you can use JGUI under GPL or buy commercial license.

Signature
Andrei Kouznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
Andrei Kouznetsov - 20 Dec 2004 02:27 GMT
>> Can anybody tell me where I can find an easy-to-integrate Java2D
>> rectangular component with draggable handles for resizing at its edges
>> and which can be moved around on a JPanel?
>
> JGUI contains ready to use handler for creating such components.
you can find example (with source code) here
http://jgui.imagero.com/examples/DragAndResize/

Signature
Andrei Kouznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
fahruz@hotmail.com - 20 Dec 2004 02:59 GMT
Thanks! Looks nice. I have also found some pretty nifty library named
jgraph (www.jgraph.com) which you probably know.
> >> Can anybody tell me where I can find an easy-to-integrate Java2D
> >> rectangular component with draggable handles for resizing at its edges
[quoted text clipped - 10 lines]
> http://reader.imagero.com Java image reader
> http://jgui.imagero.com Java GUI components and utilities