Class PointerUtil

java.lang.Object
com.github.weisj.darklaf.platform.windows.PointerUtil

public final class PointerUtil extends Object
  • Constructor Details

    • PointerUtil

      public PointerUtil()
  • Method Details

    • 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.