I am trying to learn how to do Java Drag and Drops. I started by trying the
example in ...Tutorial/dnd/sheetal.html, "A Drag and Drop Example by Sheetal
Gupta".
Running under Linux, the effect is to permanently "grab" the mouse and keyboard
freezing X. I have tried this under two different wind
Hi!
I have a problem using drag-&-drop with blackdown´s JDK 1.2.
Everything is allright in normal applications, but when I place the
DnD-components in a JInternalFrame I get this execp
Niels Hilbrink writes:
> I have been fiddling unsuccessfully with the Drag and Drop (dnd)
> features in Java.
Me too. No fix here, but a simpler test case that points to a problem
with Swing. The code below only works if class Source extends TextArea,
but not JTextArea (search for "blows"). T
Dear all,
I have been fiddling unsuccessfully with the Drag and Drop (dnd)
features in Java.
So far I have been able to do nothing since the only demo application I
have (http://java.miningco.com/library/weekly/aa011299.htm if you are
interested) does not run. I get an InvalidDnDOperationExcepti