Class AboutPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AboutPanel extends JPanel
Renders the About tab content for the extension UI.

Caller must construct this panel on the EDT because it creates and wires Swing components.

See Also:
  • Constructor Details

    • AboutPanel

      public AboutPanel()
      Creates the About panel UI on the EDT.