protected final void build() {
   getContentPane().setLayout(new BorderLayout());
   updateTitle();
   spTagConflictTypes = new AutoAdjustingSplitPane(JSplitPane.VERTICAL_SPLIT);
   spTagConflictTypes.setTopComponent(buildTagConflictResolverPanel());
   spTagConflictTypes.setBottomComponent(buildRelationMemberConflictResolverPanel());
   getContentPane().add(pnlButtons = buildButtonPanel(), BorderLayout.SOUTH);
   addWindowListener(new AdjustDividerLocationAction());
   HelpUtil.setHelpContext(getRootPane(), ht("/"));
 }