On Tue, 21 Nov 2023 21:47:36 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> Are we going to make all these private at some point?

They are going to be made package-private so that they are not public API while 
still can be read by subclasses. There's no "internal protected" visibility 
that would be ideal here.

> Including DateFormat.getDateFormat()?

`DateFormat` is not in JavaFX.

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

PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821755647

Reply via email to