I am using an ArrayLists to store values from JTextFields. Some of the values are strings, others integers and still others doubles. Currently I am retriveing items using:
aName.get(count).toSting().trim()
Is there away to retrive to value as an integer or a double?
Thanks...Ronnie
aName.get(count).toSting().trim()
Is there away to retrive to value as an integer or a double?
Thanks...Ronnie