Hi,
I am using Java with Swing for UI. I created several textfields and combo boxes dynamically upon lost focus of the previous row of textfield.
I will have to change the combo box selection of some other rows that was created previously so that the corresponding data will change. How do I identify which dynamic combo box was selected if these combo boxes were ceeated dynamically?
Can anyone pls advise.
I am using Java with Swing for UI. I created several textfields and combo boxes dynamically upon lost focus of the previous row of textfield.
I will have to change the combo box selection of some other rows that was created previously so that the corresponding data will change. How do I identify which dynamic combo box was selected if these combo boxes were ceeated dynamically?
Can anyone pls advise.