| Author |
How do i add a circles without the black corners
|
frank van schie
Greenhorn
Joined: May 16, 2011
Posts: 7
|
|
How do i add a circles without the black corners?
the setBounds(int,int) method creates a square (or rectangular) shape meaning overlapping circles display a small corner.
i tried setting the foreground and/or background color to null and to the actual background.
is there a way to set the colour of setbounds to transparent or something?
|
 |
frank van schie
Greenhorn
Joined: May 16, 2011
Posts: 7
|
|
Try to set the background opaque
like that
|
 |
 |
|
|
subject: How do i add a circles without the black corners
|
|
|