Link to home
Start Free TrialLog in
Avatar of zinno
zinno

asked on

Jspinner doesn't spin with double values

String[] valUpdPage = {"","", "_blank","_self"};
SpinnerModel mdlUpdPage = new SpinnerListModel(valUpdPage);
spUpdTarget = new JSpinner(mdlUpdPage);

with this code my spinner doesn't spin


any idea why?!
ASKER CERTIFIED SOLUTION
Avatar of mmuruganandam
mmuruganandam
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zinno
zinno

ASKER

arf we found gold i tell  ya!