Received: by 10.236.74.196 with SMTP id x44mr6028630yhd.38.1346425067596; Fri, 31 Aug 2012 07:57:47 -0700 (PDT) Received: by 10.52.90.69 with SMTP id bu5mr1480726vdb.6.1346425067502; Fri, 31 Aug 2012 07:57:47 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!b19no35647qas.0!news-out.google.com!da15ni4265311qab.0!nntp.google.com!b19no35643qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Fri, 31 Aug 2012 07:57:47 -0700 (PDT) In-Reply-To: <8bfe7cf1-4511-49f7-8637-e1241c945d67@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=198.151.13.60; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT NNTP-Posting-Host: 198.151.13.60 References: <8bfe7cf1-4511-49f7-8637-e1241c945d67@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0e5f2077-e80a-4bfc-afed-a2c9dd1b9b1d@googlegroups.com> Subject: Re: How to stop a jframe from being moved From: clusardi2k@aol.com Injection-Date: Fri, 31 Aug 2012 14:57:47 +0000 Content-Type: text/plain; charset=ISO-8859-1 Lines: 8 Xref: csiph.com comp.lang.java.programmer:18472 Using the following event produces a jerky effect. Do you have something better! private void formComponentMoved(java.awt.event.ComponentEvent evt) { this.setLocationRelativeTo(my_modal_frame_obj) } Thanks,