Under java 1.1 jvms the class java.util.Vector did not have the method add(Object) Rather, you had to use addElement(Object)
Any code which will be run on 1.1 JVMs (like the JmolApplet) must call Vector.addElement() instead of Vector.add() This continues to be a recurring issue ... just a friendly reminder :-) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
