<selfQuote>
> I'd like to create a rectangle on the screen
> that contains a number of icons.  I want the
> user to able able to drag them around and
> arrange them willy-nilly.  Also, I'll need to
> be able to drag/drop from one component
> to another.
> 
> Any suggestions?
> 
> I've thought of using a JList, but every time you
> move
> an icon, it snaps into a neat, orderly top or left
> aligned arrangement of icons.  I'm sure JGraph could
> handle this, but I need something lightweight and
> more
> simple.  
</selfQuote>

I decided to give JGraph a go anyway.  After a bit of
work, I manage to get drag and drop working with a
tiny amount of code.

Here is what I came up with if anyone's interested.
jgraph seems pretty cool.
http://sourceforge.net/tracker/index.php?func=detail&aid=828232&group_id=43118&atid=537692

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to