Hi, I have few questions:
1. I'd like to add some menuItems to the JmolPopup menu
but I didn't find any public methods to do so (only package methods)
definitely I can modify jmol code or use reflection mechanism but I'd prefer not to do so
2. is there some reasonable explanation why class JmolViewer is final?
in general I found that many classes and methods in Jmol suit have unnecessary restricted access
3. if I understand right in order to add new reader I have to modify ModelResolver class
is there any way to add new reader without modifying ModelResolver class?
so Modelresolver can pick up new format from a) introspection b) external preferences file c) java preferences d) java system preferences e) explicit registration ...
4. is there way to support transparency in the Jmol?
I found that BufferedImage from Swing3D class
was created with TYPE_INT_RGB modifier
why not TYPE_INT_ARGB?
I tried to change it to TYPE_INT_ARGB and didn't notice any performance penalty
(I have Powerbook G4/1.25GHz/1GB/MAC OS X 10.3.5/Java 1.4.2 Update 2)
5. what is the status of generating molecular surfaces?
if for example I will calculate triangles by myself may I use some mesh rendering in Jmol?
thanks in advance
sincerely Dmitry Markman, PhD The Concord Consortium, Concord MA 978-371-1327
------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
