Re: Dynamic JComboBoxes ?
It depends upon your datamodel, but you can monitor the selected choice of the first with an ActionListener, upon which you remove all items of the second and then populate it with the appropriate information.
Re: Dynamic JComboBoxes ?
Okay I understand that but, i am a beginner in Java especially GUI, so if you could provide a example that a beginner could understand I would be thankful. And my knowledge of ActionListeners is now really vague, I think this is a too big of a bite for me now, but I would really like if I could get a hang of this. Thank you for the reply, i will try googleing some more.