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

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

    • IntField

      public IntField()
    • IntField

      public IntField(int initialValue)
  • Method Details

    • getIntValue

      public int getIntValue()
    • setIntValue

      public void setIntValue(int intValue)