Problems clearing and adding items to Jlist box.
I have a set of 12 items stored in each record of a database. These record items are named as follows:
LANGUAGE1
LANGUAGE2
.
.
LANGUAGE12
I have no problems in accessing the database.
rs.getString("LANGUAGE1")
and so on....
I need to clear an existing jlist box called LANGUAGES and place the record items listed above sequentially into the jlist box
Any assistance would be most welcome
thanks in advance...... mike