Re: JSpinner ChangeEvent and JOptionPane



TIA for anyone who was going to take a crack at answering this. A colleague
who apparently is a better googler than me found that this is documented
Java bug #4840869 and there is a patch the user can add for 1.4. Also it is
said to be fixed in 1.5. In short, the API leaves the focus on the up or
down button of the spinner when it brings up the JOptionPane and this causes
extra increments of the spinner, which in my case resulted in extra events.

RC

"Raymond Cruz" <nobody@xxxxxxxxxxx> wrote in message
news:d9pi6f$6dt@xxxxxxxxxxxxxxxxxxxxxxxxxxx
> I'm using a numeric JSpinner to select stuff to display by other
> components in my GUI. ...


.