Fabian,
I had two small problems compiling the BandPlot code on Mac OS X.
Therefore I checked in a couple of changes to the code.
1. BandPlotPanel.java
Color.WHITE -> Color.white
for some reason it wouldn't compile with the all-caps version of
WHITE. I did not see anything in the java api doc regarding version
number, but perhaps the ALLCAPS version is only 1.4 or greater (to be
more consistent with the rest of the java constants).
2. BandPlotEPSRenderer.java
String.replaceAll -> replaceCharString
The replaceAll code is only available in JVM 1.4 and greater.
Therefore, I could not compile the code on MacOSX (jvm 1.3.1). So I
wrote a little routine in the source file to do the character
replacements.
**WARNING** However, I did *not* test this code. It compiles, and I
think it is right, but I didn't run it. When you get a chance, please
confirm that it works properly.
Miguel
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers