-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.2.0
-
x86
-
windows_95, windows_98
When implementing a "move" operation using drag and drop,
a call to setText("") causes the application to freeze on windows.
If a move was successful (from one textfield to another
for instance),
the desired behavior would be to erase the text from the first
textfield.
The following code is taken from a TextField extension that
implements DragSourceListener:
public void dragDropEnd(DragSourceDropEvent dsde){
this.setText(""); //application hangs
}
a call to setText("") causes the application to freeze on windows.
If a move was successful (from one textfield to another
for instance),
the desired behavior would be to erase the text from the first
textfield.
The following code is taken from a TextField extension that
implements DragSourceListener:
public void dragDropEnd(DragSourceDropEvent dsde){
this.setText(""); //application hangs
}
- duplicates
-
JDK-4286750 cannot drag text from a Java application to drop into an external application
-
- Closed
-