/**
  * Creates an empty horizontal split panel.
  *
  * @param resources ClientBundle containing an image for the splitter's drag thumb
  */
 public HorizontalSplitPanel(Resources resources) {
   this(AbstractImagePrototype.create(resources.horizontalSplitPanelThumb()));
 }