layoutComponents();
}
private void initComponents() {
// TODO la combo doit �tre �ditable
typeCombo = new MyComboBox();
typeCombo.addModifiableComponentListener(this);
localContactCombo = new MyComboBox();
localContactCombo.addModifiableComponentListener(this);
typeField = new MyTextField();
typeField.addModifiableComponentListener(this);