Hi everyone, i am developing an app in which i have to modify the value of a JTextField, but only adding or substracting value, i mean, it is a text field which shows a float and i have to implement the possibility to change it. I have added a button close to it with the text "Modify value" but as auxiliar solution. I was wondering if java allows or implements textfields/buttons like in C++ (I used to work with the Borland Builder) which includes two arrows in horizontal position (up/down direction) letting the user to click them and adding / substracting some amount to the value in the textfield. Does anyone know if are in java this kind of buttons implemented or are possible to implement? Thanks