I see, so you need the intermediate stage, not the actual model. one problem
was that "openClientFile" was a misnomer -- clearly the actual file by then
is long closed. Where are you getting the AtomSetCollection from? Also, do
you have some reason to check the AtomSetCollection first? Part of the
Bob,
the previous Jmol version allows code like this:
if (obj instanceof AtomSetCollection) {
viewer = (Viewer)jmolViewer;
viewer.openClientFile(string, string2, obj);
}
In the current stable version the openClienFile() method is no longer
present, and I do not se