classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JSpinner and javax.swing.Timer


From: Ka-Hing Cheung
Subject: Re: JSpinner and javax.swing.Timer
Date: Fri, 11 Jun 2004 20:44:46 -0700
User-agent: Mutt/1.5.6+20040523i

On Mon, May 24, 2004 at 01:41:27PM +0200, Thomas wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> IN the JSpinner I see a couple of variables that are called on the widget 
> instead of on its model; probably with the idea that the widget forwards the 
> call to the model.
> For instance line 79 does a spinner.getValue()
> since the spinner is stateful (due to the formattedtextfield) this should be 
> spinner.getModel().getValue().

Okay, I fixed that one in my local copy. I think that's the only one though,
did you spot anything else?

-khc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]