Hi everybody, I was surprised to realise that JMol's mouse interface (i.e. the mapping of mouse buttons to functionality) is hard-coded into JMol. It's implemented by MouseManager.java. Now the Viewer class has a mouseManager field, but unfortunately there is no setMouseManager() method. If there was one, I could just inherit from MouseManager14 and override the MouseSingleClick method; then I could pass my modified MouseManager to the Viewer via setMouseManager().
Do you think you could add such a setMouseManager() method to the JmolViewer interface in JMol's next release, or make the controls customisable in some other way? Thanks in advance, Tobias ------------------------------------------------------- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
