To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41263





------- Additional comments from [EMAIL PROTECTED] Fri Feb 11 16:23:07 -0800 
2005 -------
SpinnerNumberModel is introduced in 1.4

According to:
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/SpinnerNumberModel.html
 SpinnerNumberModel model = new SpinnerNumberModel(50, 0, 100, 1); 
 

This model inherits a ChangeListener. The ChangeListeners are notified whenever
the model's value, stepSize, minimum, or maximum properties changes.

Since:
    1.4

We should wait for next RC.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to