Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
TODO--
[graphlib_java.git] / Exemple2.java
index 0043e5b..3b3b1bc 100644 (file)
@@ -1,10 +1,10 @@
 import java.util.*;
 
-public class Exemple2 {
+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;