6566676869707172737475
// create and add components try { SubSegmentImageResource graph = new SubSegmentImageResource(subSegment); this.add(new Image("graph", graph)); } catch (StoreException ex) { this.add(new EmptyComponent("graph")); }