String message = Logging.getMessage("nullValue.IterableIsNull");
Logging.logger().severe(message);
throw new IllegalArgumentException(message);
}
SlideShowAnnotation annotation = new SlideShowAnnotation(position);
annotation.setAlwaysOnTop(true);
annotation.getTitleLabel().setText(title);
SlideShowAnnotationController controller = new SlideShowAnnotationController(www, annotation,
sources, mapSourceToTitle);
return new GfrAnnCntImgs(ctrAnnotationImages, annotation, controller);