Can somebody tell me how can I get the exact value from jSpinner?
Here is how my jSpinner's appear when user will select time:
however, when I pass the jSpinner value to textfield it appears like this:
Here is my code:
timeout1 = spnrTOH1.getValue()+":"+spnrTOM1.getValue()+" "+spnrTOA1.getValue();
Here is my jSpinner model:
Any help would be much appreciated. Thanks in advance! Sorry if my question seems silly. Newbie here. :)