jspinner getting data
Hi,
I have a jspinner i try to get from it a value .getValue() this value is an object , how can i make an integer from it. the spinner is a number spinner from 0 to 999; I ned to get the value of the spinner and multiply it with a double
example
price=price*spinnerValue;
Can u help me?

