Interface SwingUtils


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

    • suiteFrame

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

      Window windowForComponent(Component component)
      Retrieve the top-level Window containing the supplied component.
      Parameters:
      component - the component.
      Returns:
      the top-level Window containing the component.
    • colorForHighLight

      Color colorForHighLight(HighlightColor highlightColor)
      Convert a highlight color to a java color.
      Parameters:
      highlightColor - the HighlightColor
      Returns:
      the java color for the highlight color.