Re: [Jmol-users] Frame Next and Previous Buttons Sticky

2014-04-07 Thread Robert Hanson
It's a 100-ms repeating timeout. @Override public void mousePressed(MouseEvent e) { vwr.evalStringQuiet(script); vwr.evalStringQuiet("timeout '__animBtn' -100 \"" + script + "\""); } @Override public void mouseReleased(MouseEvent e) { vwr.evalStringQuiet("tim

[Jmol-users] Frame Next and Previous Buttons Sticky

2014-04-07 Thread Anthony Ciani
Dear Jmol Users, The Frame Next and Frame Previous buttons seem to have become sticky. They continually advance (or recede) frames until the mouse button is released or the mouse is moved off of the icon. Behavior is seen on Windows, Linux (remote and local Xserv), different Java versions.