Package com.jetbrains

Interface RoundedCornersManager


@Service @Provided public interface RoundedCornersManager
This manager allows decorate awt Window with rounded corners. Appearance depends on operating system.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRoundedCorners(Window window, Object params)
    Setup rounded corners on window.
  • Method Details

    • setRoundedCorners

      void setRoundedCorners(Window window, Object params)
      Setup rounded corners on window. Possible values for macOS: Possible values for Windows 11 (String):
      • "default" - let the system decide whether or not to round window corners
      • "none" - never round window corners
      • "full" - round the corners if appropriate
      • "small" - round the corners if appropriate, with a small radius
      Parameters:
      window - window to setup rounded corners on
      params - rounded corners hint