Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm having a problem with a program I'm making: I'm using JCheckbox instances and Graphics2D but it seems that the JCheckbox is causing a weird graphical glitch:

the graphical glitch

For those who don't see the image, here's a link.

(The problem is the weird "shadow-like" rectangle behind the check box and diagonal to it).

I have no idea what is causing the problem, do any of you guys have an idea?

share|improve this question
1  
for better help sooner post an SSCCE (edit your question here), short, runnable, compilable, just about above description (reduce, cut-off code) – mKorbel Mar 6 at 13:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.