I have a JDialog, all Panels, JComboBoxes, JLabels that are to be added to this JDailog are only determined at Run Time. That's not the problem, That has been fixed with GridBag Layout and Increasing Y values of the Constraints.
The problem is when I add a JComboBox for instance I want to find the easiest way to add an ItemListener such that when it toys with values in a vector e.g. Vector <Integer> my_vals; i.e. I want to bind a particular ItemListener to a particular index in the Vector...
Worked like a charm, though with all the castings I feel sorry for whom ever is going to maintain the code (would be nice to find a simpler way), anyways, as Gay - Z said: