Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Oct 2014 11:38:48 +0000 (13:38 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 10 Oct 2014 11:38:48 +0000 (13:38 +0200)
Exemple2.java

index 0043e5b..7f2d8c1 100644 (file)
@@ -4,7 +4,7 @@ public class Exemple2 {
 
     public static void main(String[] args) {
         // CrĂ©ation de la fenĂȘtre
-        DrawingWindow w = new DrawingWindow("Exemple 3", 640, 480);
+        DrawingWindow w = new DrawingWindow("Exemple 2", 640, 480);
 
         int width = Math.min(w.width - 1, w.height - 1) / 2;