setOpaque(true/false); Java
Posted
by Trizicus
on Stack Overflow
See other posts from Stack Overflow
or by Trizicus
Published on 2010-03-16T03:42:26Z
Indexed on
2010/03/16
5:56 UTC
Read the original article
Hit count: 862
In Java2D when you use setOpaque I am a little confused on what the true and false does.
For example I know that in Swing Opaque means that when painting Swing wont paint what is behind the component. Or is this backwards? Which one is it?
Thanks
© Stack Overflow or respective owner