Right so I have a simple problem, I have three combo boxes and a method that chooses a new array value for the 3rd combo box.
How do I make the 3rd combo box update when I use the first two combo boxes result to create a new array for the 3rd combo box.
This has to happen in real time so combo box 3 has to update every time 1 or 2 updates ( I assume I add them to the action performed but I haven't had any luck ).
PS. I'm doing this with swings JComboBoxes
thanks in advance.