Bug 363265: Renew image in direct-editing-feature. In drill-down change
ArrayListDiagram() to ArrayList<Diagram>().
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/direct-editing-feature.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/direct-editing-feature.htm
index 5b75f86..1601f00 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/direct-editing-feature.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/direct-editing-feature.htm
@@ -19,7 +19,7 @@
 the user can change the text value. To the user this actually looks as if the text 
 is replaced with the text-edit-field.</p>
 <p>&nbsp;</p>
-<p><img alt="" height="157" src="visio/direct-editing.png" width="208"></p>
+<p><img alt="" height="160" src="visio/direct-editing.png" width="259"></p>
 <p><strong>Figure: Direct editing of a text</strong></p>
 <h2>Creating a Direct Editing Feature</h2>
 <p>In this example we want to enable the users to edit the name of a EClass directly 
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/drill-down.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/drill-down.htm
index ac50421..d1d7551 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/drill-down.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/drill-down.htm
@@ -113,7 +113,7 @@
 		p) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span class="keyword">final</span> 
 		List&lt;IFile&gt; files = getDiagramFiles(p);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 		<span class="keyword">final</span> List&lt;Diagram&gt; diagramList =
-		<span class="keyword">new </span>ArrayListDiagram();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+		<span class="keyword">new </span>ArrayList&lt;Diagram&gt;();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 		<span class="keyword">final</span> ResourceSet rSet =
 		<span class="keyword">new</span> ResourceSetImpl();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 		<span class="keyword">for</span> (<span class="keyword">final</span> IFile 
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/direct-editing.png b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/direct-editing.png
index 62c9209..3d37926 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/direct-editing.png
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/direct-editing.png
Binary files differ