Unless other immediate requests arise, I think all features are in for 11.0.
The last feature I've added is positionable annotation (10.9.57). The idea is simple: Rather than having three echo possibilities (Top, Middle, and Bottom), and three (linked) window/text alignment options (Left, Center, and Right), we now have any number of echos at any number of positions on the window, each independent, with its own color, font size, font face, font style, text alignment, and the ability to be turned on and off at will. "Top" "Middle" and "Bottom" are still there, but now just three options that happen to have default positions and text alignments. To customize the echo, just give it a name and a position. set echo myecho 50 50 set echo myecho center # center the text color echo red font echo 18 serif bold echo this is new set echo myecho 50 230 # move the words "this is new" set echo myecho off # dismiss myecho You can have as many of these as you wish. set echo off dismisses them all. Also, I added multi-line echos. The new line separator is a vertical bar: echo this|is a|test Seems to work for me. Bob ------------------------------------------------------------------------- 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&kid=120709&bid=263057&dat=121642 _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

