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 _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

