Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
[graphlib_java.git] / DrawingWindow.java
index 005ed69..9ab4da6 100644 (file)
@@ -28,7 +28,8 @@ import java.lang.reflect.*;
  * <a href="Exemple3.java">Exemple3.java</a>
  *
  * @author Arnaud Giersch &lt;arnaud.giersch@univ-fcomte.fr&gt;
- * @version 20141008
+ * @version Wed, 08 Oct 2014 21:29:23 +0200
+
  */
 public class DrawingWindow {
 
@@ -50,7 +51,7 @@ public class DrawingWindow {
      */
     public DrawingWindow(String title, int width, int height) {
 
-        this.title = new String(title);        
+        this.title = new String(title);
         this.width = width;
         this.height = height;