RFR: 8277756: DatePicker listener might not be added when using second constructor

Ajit Ghaisas aghaisas at openjdk.java.net
Wed Jun 1 03:11:42 UTC 2022


On Tue, 24 May 2022 21:35:15 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> The `valueProperty()` and `chronologyProperty()` listener are now added in the second constructor of `DatePicker` 
> (`public DatePicker(LocalDate localDate)`) instead of the first one (`public DatePicker()`).
> Therefore, both listener are now added no matter which constructor is used.

Looks good to me.

-------------

Marked as reviewed by aghaisas (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/801


More information about the openjfx-dev mailing list