Class AboutPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class AboutPanel extends JPanel
A re-usable JPanel that can display information about a given application. This is used by AboutDialog, but can be used also by applications that simply want to embed the AboutPanel directly somewhere other than a popup dialog.
Since:
2018-02-14 (generified from existing code)
Author:
scorbo2
See Also:
  • Constructor Details

    • AboutPanel

      public AboutPanel(AboutInfo info)
    • AboutPanel

      public AboutPanel(AboutInfo info, Alignment alignment, int leftMargin)
      Creates a new AboutPanel with the given AboutInfo object.
      Parameters:
      info - The AboutInfo object to display.
  • Method Details

    • refreshMemoryStats

      public void refreshMemoryStats()
    • updateCustomFieldValue

      public void updateCustomFieldValue(String name, String value)