Class PointerUtil
- java.lang.Object
-
- com.github.weisj.darklaf.platform.windows.PointerUtil
-
public class PointerUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PointerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetHWND(Component component)Get the window handle for the window the given component descends from.
-
-
-
Method Detail
-
getHWND
public static long getHWND(Component component)
Get the window handle for the window the given component descends from.- Parameters:
component- the component.- Returns:
- the handle.
-
-