Hi Phil, "Phil Wright" <[EMAIL PROTECTED]> wrote on 11/26/2006 07:51:25 PM:
> > element. The problem started when I added a call to update a JLabel in > > the MouseMove listener. Take out the setText() call and the document view > is fine. > > My first guess is that you are modifying the Swing tree outside of the > AWT event thread (all DOM events are delivered in the UpdateManager > Thread). > Could be though I make the call directly in the mouseMoved() MouseMotionListener. > > Am I getting DOM events? All the mouse interaction happens via a > MouseMotionListener and a MouseListener added to the canvas. Those are the > only listeners on the canvas. Ahh, I thought we were talking about DOM mouse move listeners. > I have discovered that this problem doesn't happen when it is run under Java > 1.5.0_06 but does under 1.5.0_07. Which may or may not mean anything. Well, I haven't seen this problem before, and the above make it sound like it's a problem in the new JVM. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
