Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help EDT Swing thread violation in help #89

Open
GoogleCodeExporter opened this issue May 16, 2015 · 0 comments
Open

Help EDT Swing thread violation in help #89

GoogleCodeExporter opened this issue May 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. click "help" menu item under "Help" menu

What is the expected output? What do you see instead?

The CheckThreadViolationRepaintManager catches a violation...

java.lang.Exception
CheckThreadViolationRepaintManager.java:54 
wheelencodergenerator.CheckThreadViolationRepaintManager.checkThreadViolations()
: Image Animator 1
        at wheelencodergenerator.CheckThreadViolationRepaintManager.checkThreadViolations(CheckThreadViolationRepaintManager.java:38)
        at wheelencodergenerator.CheckThreadViolationRepaintManager.addDirtyRegion(CheckThreadViolationRepaintManager.java:32)
        at javax.swing.JComponent.repaint(JComponent.java:4742)
        at javax.swing.text.html.ImageView.repaint(ImageView.java:585)
        at javax.swing.text.html.ImageView.access$300(ImageView.java:33)
        at javax.swing.text.html.ImageView$ImageHandler.imageUpdate(ImageView.java:906)
        at sun.awt.image.ImageWatched$WeakLink.newInfo(ImageWatched.java:112)
        at sun.awt.image.ImageWatched.newInfo(ImageWatched.java:150)
        at sun.awt.image.ImageRepresentation.imageComplete(ImageRepresentation.java:711)
        at sun.awt.image.ImageDecoder.imageComplete(ImageDecoder.java:135)
        at sun.awt.image.GifImageDecoder.produceImage(GifImageDecoder.java:247)
        at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
        at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
        at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)


Please use labels and text to provide additional information.

Original issue reported on code.google.com by shimniok on 1 Nov 2012 at 5:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant