Class FormHelpPanel


public class FormHelpPanel extends PanelBuilder
This demo panel shows how to add helpful informational messages to FormFields. These show up as little ? icons on the right side of the FormField. Hovering over them will show the info message in a tooltip.
Author:
scorbo2
  • Constructor Details

    • FormHelpPanel

      public FormHelpPanel()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from class: PanelBuilder
      Returns a name for this PanelBuilder.
      Specified by:
      getTitle in class PanelBuilder
      Returns:
      A hopefully descriptive name.
    • build

      public JPanel build()
      Description copied from class: PanelBuilder
      Builds and returns the FormPanel (or technically any JPanel) for this builder.
      Specified by:
      build in class PanelBuilder
      Returns:
      A populated JPanel (or FormPanel).