Class ValueFieldPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ValueFieldPanel extends JPanel
Utility class for presenting an aligned stack of value fields.
Since:
5 Jan 2005
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • ValueFieldPanel

      public ValueFieldPanel()
      Constructor.
  • Method Details

    • addField

      public void addField(DoubleValueField vf, JComponent trailer)
      Adds a field to this panel with optional trailing component.
      Parameters:
      vf - field to add
      trailer - additional component placed after the field