All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

public class DoubleField extends JFormattedTextField
Basic subclass of JFormattedTextField that mimics the behavior of a PMINumericTextField set to DOUBLE mode
See Also:
  • Constructor Details

    • DoubleField

      public DoubleField()
  • Method Details

    • getDoubleValue

      public double getDoubleValue()
    • setDoubleValue

      public void setDoubleValue(double doubleValue)