CustomSwingComponents

This module contains custom swing components.

class Object
trait Matchable
class Any

Type members

Classlikes

class JNumericTextField(length: Int, min: Int, max: Int) extends JFormattedTextField

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