From owner-freebsd-questions Thu Sep 13 10:49:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cshore.com (webmail.cshore.com [63.237.136.15]) by hub.freebsd.org (Postfix) with ESMTP id 9D27B37B415 for ; Thu, 13 Sep 2001 10:49:25 -0700 (PDT) Date: Thu, 13 Sep 2001 13:55:05 -0400 Message-Id: <200109131355.AA1662058774@cshore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "MATTHEW.GRAYBOSCH" Reply-To: To: "ghulam dastgir" Cc: Subject: Re: Java: drawing graphics primitives X-Mailer: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ghulam, this is not the appropriate forum for Java programming questions, unless they relate directly to running Java on FreeBSD. -- Matthew Graybosch http://www.starbreaker.net "Never forgive. Never forget." ---------- Original Message ---------------------------------- From: "ghulam dastgir" Date: Thu, 13 Sep 2001 17:14:38 +0000 >Hi, > >I'm building a Java GUI for an application which has a toolbar and a drawing >area. The toolbar has icons representing various shapes (rectangles, lines >etc). The idea is that each time I mouse-click on say a rectangle icon I >draw another new rectangle (retaining existing rectangles in the drawing >area) when I click the mouse-button in the drawing area. > >The problem is that the code I've hacked doesn't draw another new rectangle >but erases the one only rectangle there is and replaces it with a new one >where-ever the mouse click is. > >I suspect this is because the repaint() method repaints! What are my options >if want such mouse clicks to create NEW shapes? > >Thanks, > >Ghulam > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message