Microsoft SDK for Java

drop

This method of the DragProxy Class notifies the recipient when a source object is dropped at a new location.

Syntax

public void drop(DragSession session, int x, int y);

Parameters

session The DragSession object that represents the current drag operation.
x The x-coordinate of the current cursor position.
y The y-coordinate of the current cursor position.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.