Class Windows

java.lang.Object
de.espirit.common.tools.Windows

public final class Windows extends Object
Generic utility to provide windows related operations.
Since:
5.2.501
  • Method Details

    • centerWindow

      public static void centerWindow(@NotNull @NotNull Window window)
      Centers the given windowToAdjust relative to the active frame of the application.
      Parameters:
      window - The window to be centered.
      Since:
      5.2.501