/**
  * Finds the "Cancel" button in this fixture's <code>{@link VFSJFileChooser}</code>.
  *
  * @return the found "Cancel" button.
  * @throws ComponentLookupException if the "Cancel" button cannot be found.
  */
 public JButtonFixture cancelButton() {
   return new JButtonFixture(robot, driver.cancelButton(target));
 }