Class IntegerField

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

public class IntegerField extends JFormattedTextField
The Class IntegerField.
See Also:
  • Constructor Details

    • IntegerField

      public IntegerField(int min, int max, int initialValue)
      Instantiates a new integer field.
      Parameters:
      min - the min
      max - the max
      initialValue - the initial value