Class PointerUtil

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

public class PointerUtil
extends Object
  • Constructor Details

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