Hi Guys,
I posted earlier, and I figured it out after a few hours of playing around with it.
Now, a new question arises. Is it possible to get the input from a JTextField and add it into a JComboBox via an array?
The only thing stopping me from achieving this I think, is how to put the user input from the JTextField into an array. All I'd have to do after that is access that array though the JComboBox which I do understand.
There's no use for ActionListener here, right? Only for JButtons?
Thanks in advance!