> sorry for that post. glad it's resolve. very good job sleuthing, > Miguel. You are good! Ignore me. :) > > I'd like to install that fix in bob200603 asap in light of the > conference starting.
You need to copy Swing3D.java from r4649. I did it by: cd bob200603/Jmol/src/org/g3d svn cat \ https://svn.sourceforge.net/svnroot/jmol/tags/r4649/Jmol/src/org/jmol/g3d/Swing3D.java >Swing3D.java There are only a few changes to the ColorModel at the top of the file. The 'slow' code says: import java.awt.image.ColorModel; the 'fast' code says: import java.awt.image.DirectColorModel; Miguel ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
