Interface SwingUtils


  • public interface SwingUtils
    This interface gives you access to swing utilities.
    • Method Detail

      • suiteFrame

        java.awt.Frame suiteFrame()
        Returns:
        the main Burp suite frame.
      • windowForComponent

        java.awt.Window windowForComponent​(java.awt.Component component)
        Retrieve the top-level Window containing the supplied component.
        Parameters:
        component - the component.
        Returns:
        the top-level Window containing the component.