Nicolas wrote: >>> If I can help with some coding, bug corrections, translations, ...
>> Q: Are you more interested in user interface or algorithms/systems? > > More in the algorithms/systems part, but I can also do some ui. > >> Q: Do you use the Jmol application or the Jmol applet? > > I only used the application, never tried the applet. Nicolas, Here are a couple of things to think about: - the internationalization/localization (i18n/l10n) mechanism could use some cleanup - the l10n of the popup menus (in both the applet and application) should perhaps be consolidated with application menus so that these things do not have to be localized in two different places. But, we need to do this in a way that does not put extra localization messages into the applet (and make it bigger) - I do not like using Sun's property localization mechanism for the applet. The implementation is such that it makes a number of unnecessary calls to the web server looking for localized .class and .property files. This is unnecessary because everything is contained in the JmolApplet.jar file >From my perspective, I think it would be good to rethink the i18n/l10n mechanism completely and try to come up with a cleaner architecture. Is this something you would want to work on? (Note that I would want to do this *after* the v10 release) Miguel ------------------------------------------------------- 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
