Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement set(Bg)Color(int).
[graphlib_java.git] / 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;