/** Passing the focus request to the viewer's control. */
 @Override
 public void setFocus() {
   constraintPanel.setFocus();
 }