posted 12 years ago
On creating the xml I realized that I first need to read the entire xml and learn how to find the tag <name> and populate the combo
box.
Could someone help me get started with the proper class or syntax to be using?
I have the first block of XML created and there will be 14 more to follow and my combobox will need to be created and populated properly.
right now I use an array to populate the combo box and an itemStateChanged(ItemEvent box) method. to show a new selected Item
so I would like to know the proper procedure for loading a combo box from xml.