Normand Briere
2019-05-05 623dc0fa8cbd9473830a1786f6d49fa808a09439
GrafreeD.java
similarity index 99%rename from GrafreeD.javarename to GrafreedTEMP.java
....@@ -13,7 +13,7 @@
1313 import javax.sound.sampled.*;
1414
1515 //import com.jamonapi.*;
16
-public class GrafreeD extends Applet implements ActionListener
16
+public class Grafreed extends Applet implements ActionListener
1717 {
1818 static boolean NIMBUSLAF = true;
1919
....@@ -27,7 +27,7 @@
2727 static boolean hassound = false;
2828 static boolean savesound = false;
2929
30
- public GrafreeD()
30
+ public Grafreed()
3131 {
3232 javax.swing.Timer timer = new javax.swing.Timer(1000, this);
3333
....@@ -604,7 +604,7 @@
604604 {
605605 String javaPath = System.getProperty("java.home") + File.separator + "bin" + File.separator + "java";
606606 System.out.println("javaPath = " + javaPath);
607
- java.net.URL u = new GrafreeD().getClass().getResource("default.png");
607
+ java.net.URL u = new Grafreed().getClass().getResource("default.png");
608608
609609 System.out.println("URL = " + u);
610610
....@@ -843,7 +843,7 @@
843843
844844 //Monitor mon=MonitorFactory.start("myFirstMonitor");
845845 standAlone = true;
846
- grafreeD = new GrafreeD();
846
+ grafreeD = new Grafreed();
847847 grafreeD.universe = new Composite();
848848 grafreeD.universe.name = "Grafreed";
849849 grafreeD.universe.material = new cMaterial();
....@@ -866,6 +866,7 @@
866866 //System.gc();
867867 }
868868 }
869
+
869870 static int depth = 0;
870871 static java.util.Stack stack = new java.util.Stack();
871872 static boolean traceoff = false; // true;
....@@ -1078,7 +1079,7 @@
10781079 } while (avail > 0 && numRead >= 0);
10791080 return new String(data, 0, pos, "US-ASCII");
10801081 }
1081
- public static GrafreeD grafreeD;
1082
+ public static Grafreed grafreeD;
10821083 public static boolean standAlone = true;
10831084 public Composite universe;
10841085 public static Object3D clipboard = new Object3D();