Hey all, i'm looking for some help/advise on how to tackel a piece of code i'm stumped on.
My project is in netbeans, GUI swing, JForm.
Ive made up all my gui appearance, i have a jtext box that shows the calculations of 3 other jtext boxes from a user's input, and a combo box that loads up a name. I'm trying to have the jtext box number saved into a name in the jcombo box.
My goal is to eventually load up a name, make the calculations and save them into an array, take the array and make more calculations than save the whole process into the loaded name. So advice is greatly appreciated.