roleExist.setLayout(new BoxLayout(roleExist, BoxLayout.X_AXIS));
roleExist.setBorder(BorderFactory.createEtchedBorder());
roleinput = new RoleInput();
roleinput.setProcessDefinition(getProcessDefinition());
roleComment = new JLabel(GlobalContext.getLocalizedMessage("conditioneditor.s_actual_binding_is_exist.label", "'s actual binding is "));
roleExistOrNotExist = new JComboBox();
roleExistOrNotExist.addItem("exist");