Retrieves the handle of the Window object.
public final int getHandle()
Returns the window handle, or returns zero if no handle is associated with this Window object.
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