118119120121122123124125126127128
p.add(createLabel("Type:")); Choice types = new Choice(); types.addItemListener(this); types.addKeyListener(this); for (int i = 0; i < sJDBCTypes.length; i++) { types.add(sJDBCTypes[i][0]); }