/** The list of User objects. */ Vector usrList = new Vector(); /** The scrolling list */ java.awt.List visList = new List(); /** Add one (new) Candidate to the lists */ protected void add(Candidate c) { String n = c.lastname; int i; for (i=0; i