Window.getHandle

Overview | Methods | This Package | All Packages

Window.getHandle

Retrieves the handle of the Window object.

Syntax

public final int getHandle()

Return Value

Returns the window handle, or returns zero if no handle is associated with this Window object.

Remarks

Use this method when calling Windows Foundation Classes for Java (WFC) or Windows API methods that require a handle to a window or control.

See Also   fromHandle