Forgot to mention:
Under WinXP, by mid afternoon response was so slow that clicking on a chart stop order line wouldn't select the line. After several seconds, moving the mouse onwards to check out if a chart order button would work, the up/down arrows of order-line selection took over as the mouse cursor while the mouse was over a button. After a second and a half, the button clicked itself and an order was processed!
Java notes mouse button-down and button-up, so there appears to have been a bit of a lag between the button-down over the chart order-line and Java asking "where is the mouse", resulting in "over the button"? and then the buffered button-up triggering the button?
scary the first time it happened, even scarier when I could replicate it...
Under WinXP, by mid afternoon response was so slow that clicking on a chart stop order line wouldn't select the line. After several seconds, moving the mouse onwards to check out if a chart order button would work, the up/down arrows of order-line selection took over as the mouse cursor while the mouse was over a button. After a second and a half, the button clicked itself and an order was processed!
Java notes mouse button-down and button-up, so there appears to have been a bit of a lag between the button-down over the chart order-line and Java asking "where is the mouse", resulting in "over the button"? and then the buffered button-up triggering the button?
scary the first time it happened, even scarier when I could replicate it...