Drag and Drop

JGoView Drag and Drop works with Java 1.4.1_02 but not with 1.4.2_06 from inside a JInternalFrame. I am dragging from a JTree and dropping on the JGoView. I have overwritten the drop method of the JGoView. Any work arounds or help is appreciated.

Do you know if focus affects the behavior of dropping onto your view?

I fixed problem, I had to overwrite the isDropFlavorAcceptable and computeAcceptableDrop in the JGoView, and now drag and drop works. Before I only overwrote the drop method