private void startNativeDrag(final DragSource dragSource, final MouseEvent mouseEvent) {
java.awt.dnd.DragSource awtDragSource = java.awt.dnd.DragSource.getDefaultDragSource();
final int supportedDropActions = dragSource.getSupportedDropActions();
DragGestureRecognizer dragGestureRecognizer =
new DragGestureRecognizer(java.awt.dnd.DragSource.getDefaultDragSource(), displayHost) {
private static final long serialVersionUID = 0;
{ appendEvent(mouseEvent);
}