Class TextItemPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TextItemPanel extends JPanel
Panel that presents name-value pairs to the user, where the values are short or medium-length strings. The strings may be wrapped over multiple screen lines, but will not be scrolled.
Since:
30 Apr 2019
Author:
Mark Taylor
See Also:
  • Constructor Details

    • TextItemPanel

      public TextItemPanel()
  • Method Details

    • addItem

      public void addItem(String name, String text)
      Adds a name-value pair.
      Parameters:
      name - presentation name
      text - text value