similarity index 99%rename from GrafreeD.javarename to GrafreedTEMP.java.. | .. |
---|
13 | 13 | import javax.sound.sampled.*; |
---|
14 | 14 | |
---|
15 | 15 | //import com.jamonapi.*; |
---|
16 | | -public class GrafreeD extends Applet implements ActionListener |
---|
| 16 | +public class Grafreed extends Applet implements ActionListener |
---|
17 | 17 | { |
---|
18 | 18 | static boolean NIMBUSLAF = true; |
---|
19 | 19 | |
---|
.. | .. |
---|
27 | 27 | static boolean hassound = false; |
---|
28 | 28 | static boolean savesound = false; |
---|
29 | 29 | |
---|
30 | | - public GrafreeD() |
---|
| 30 | + public Grafreed() |
---|
31 | 31 | { |
---|
32 | 32 | javax.swing.Timer timer = new javax.swing.Timer(1000, this); |
---|
33 | 33 | |
---|
.. | .. |
---|
604 | 604 | { |
---|
605 | 605 | String javaPath = System.getProperty("java.home") + File.separator + "bin" + File.separator + "java"; |
---|
606 | 606 | 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"); |
---|
608 | 608 | |
---|
609 | 609 | System.out.println("URL = " + u); |
---|
610 | 610 | |
---|
.. | .. |
---|
843 | 843 | |
---|
844 | 844 | //Monitor mon=MonitorFactory.start("myFirstMonitor"); |
---|
845 | 845 | standAlone = true; |
---|
846 | | - grafreeD = new GrafreeD(); |
---|
| 846 | + grafreeD = new Grafreed(); |
---|
847 | 847 | grafreeD.universe = new Composite(); |
---|
848 | 848 | grafreeD.universe.name = "Grafreed"; |
---|
849 | 849 | grafreeD.universe.material = new cMaterial(); |
---|
.. | .. |
---|
866 | 866 | //System.gc(); |
---|
867 | 867 | } |
---|
868 | 868 | } |
---|
| 869 | + |
---|
869 | 870 | static int depth = 0; |
---|
870 | 871 | static java.util.Stack stack = new java.util.Stack(); |
---|
871 | 872 | static boolean traceoff = false; // true; |
---|
.. | .. |
---|
1078 | 1079 | } while (avail > 0 && numRead >= 0); |
---|
1079 | 1080 | return new String(data, 0, pos, "US-ASCII"); |
---|
1080 | 1081 | } |
---|
1081 | | - public static GrafreeD grafreeD; |
---|
| 1082 | + public static Grafreed grafreeD; |
---|
1082 | 1083 | public static boolean standAlone = true; |
---|
1083 | 1084 | public Composite universe; |
---|
1084 | 1085 | public static Object3D clipboard = new Object3D(); |
---|