Java gui control for incrementing and decrementing a field?



What is the java Gui control for incrementing and decrementing a field?

I need an up and a down arrow. Clicking the arrows increases or decreases
a number in the field. Is there anything in Java like this?

example :

field : number ^
V

clicking the ^ causes number to increase

clicking V causes number to decrease

Thank you,

Gil
.