X-Received: by 10.224.174.145 with SMTP id t17mr6863171qaz.4.1369018223787; Sun, 19 May 2013 19:50:23 -0700 (PDT) X-Received: by 10.50.28.81 with SMTP id z17mr588770igg.13.1369018223748; Sun, 19 May 2013 19:50:23 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t11no475176qal.0!news-out.google.com!y6ni50289qax.0!nntp.google.com!t11no475171qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.gui Date: Sun, 19 May 2013 19:50:23 -0700 (PDT) In-Reply-To: <54774824.0302171202.7248c555@posting.google.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=118.163.11.241; posting-account=VYynTwoAAADCH78HBY0ZzejVJZFIPM4p NNTP-Posting-Host: 118.163.11.241 References: <54774824.0302171202.7248c555@posting.google.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6fca945b-bd9b-4387-8bce-ecebb78aa3a4@googlegroups.com> Subject: Re: What is wrong with JScrollBar.setValue(...)???? From: darko.chen@gmail.com Injection-Date: Mon, 20 May 2013 02:50:23 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.gui:5344 Corrine=E6=96=BC 2003=E5=B9=B42=E6=9C=8818=E6=97=A5=E6=98=9F=E6=9C=9F=E4=BA= =8CUTC+8=E4=B8=8A=E5=8D=884=E6=99=8202=E5=88=8657=E7=A7=92=E5=AF=AB=E9=81= =93=EF=BC=9A > JScrollBar.setValue() occasionally but predictably (always in the same > circumstances, and in the same way) sets the value wrong. I have > checked, and the correct value is being passed to setValue(). Why in > the world is this happening, and how can I fix this? >=20 > In case it adds clarity to the problem, this is happening during a > zoom-in operation. In contrast, the zoom-out operation, which is > exactly analogous to the zoom-in operation, does JScrollBar.setValue() > correctly. > =20 > Thanks, >=20 > Corrine i have the same problem, but still i can't find the solution !