combo.addElement( edit.getText() );
}
public void removeItemCombo() {
XComboBox combo = (XComboBox)findComponent( obj, "combo" );
combo.deleteElement( combo.getSelectedIndex() + 1 );
}
public void addItemOList() {
XEdit edit = (XEdit)findComponent( obj, "edit" );
XEdit edit2 = (XEdit)findComponent( "edit2" );