>> marcussilf...@gmail.com wrote:
>> >...drag and drop.
...
>> Have you got an SSCCE that shows this behaviour?
>
>Thanks for answering. ..
You're welcome.
>..What is a SSCCE?
Huh. I thought you were a regular on the group when
I failed to include the link, but noticing you are a GG
poster, I'll try to lead you to it via other means.
Try this search..
http://groups.google.com/group/search?group=comp.lang.java.gui&q=sscce>

Signature
Andrew Thompson
http://www.athompson.info/andrew/
marcussilfver@gmail.com - 26 Oct 2007 08:15 GMT
> marcussilf...@gmail.com wrote:
> >> marcussilf...@gmail.com wrote:
[quoted text clipped - 18 lines]
>
> Message posted viahttp://www.javakb.com
I found the problem. I sent in the droptarget for both arguments to
setDropTarget. Like setDropTarget (new DropTarget(dropPanel,
dropPanel).
Thanks for your time with this.