Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Rajiv Gupta Newsgroups: comp.lang.java.programmer Subject: Re: Whats the error in my program-creating overlapping GOval objects using GraphicsProgram Date: Sat, 21 Jan 2012 14:43:26 +1100 Organization: Aioe.org NNTP Server Lines: 11 Message-ID: References: <532275d9-eb03-4db0-a2ef-9b051de444cc@m4g2000pbc.googlegroups.com> NNTP-Posting-Host: +imu0h3ZNORanYRq/6bucA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Unison/2.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11546 On 2012-01-21 12:05:14 +1100, student said: > I am trying to create three concentric circles of different color > using GraphicsProgram. However the circles never appear to be > concentric..they appear to be pushed off on the sides of each other as > if trying to show another dimension. I am simply creating and adding > the GOval objects. May be I am missing something. Is there a way to > set transparency of the circles? You probably have an uncaught overlapped circle exception.