| Author |
Graphics2D: create a visible line, read on
|
Vinicius Souza
Ranch Hand
Joined: May 18, 2011
Posts: 45
|
|
Hi Im creating an app where I need that a rectangle be visible all the time over the background. So I created this:
But in this example the rectangle is draw using white color. How can I do something like a xor that react with the background color to make this rectangle visible with any background?
Thanks in advance!
|
Java is the best (I love C too) heehhh
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
|
setXORMode(...)
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Graphics2D: create a visible line, read on
|
|
|