What is this widget called in Java?

I’m trying to find this widget and don’t know what it is called. enter image description here

I must add that the arrow key (in | de) expresses the values.

+3
source share
2 answers

He is called Spinner.

+13
source

It is called JSpinner , the Swing tutorial has an overview for all standard components.

+6
source

All Articles