I just checked in a version of the code which adds two interesting items
to the View menu (temporarily).
 - Double Buffering
   This allows you to turn on/off double buffering under javax.swing.
   !!NOTE!! Try this out and see if it eliminates your screen flickering
   issues. Also, I would appreciate it if you could tell me if you notice
   any performance change.
 - Use Graphics2D
   I put this in so that I could test out the behavior of the app using
   only Java-pre-1.2 calls (to support the browser applet).
   But, I think it will be useful on other platforms (Mac OS X has some
   type of problem which I am trying to track down) so I will add this
   as a permanent switch to the preferences menu

�Adi�s!
Miguel





-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to