CustomSwingComponents
object CustomSwingComponents
This module contains custom swing components.
Type members
Classlikes
A JTextField that accept only integers between a min and a max.
A JTextField that accept only integers between a min and a max.
- Value parameters:
- length
the length of the field
- max
the maximum number accepted
- min
the minimum number accepted