RFR: 8298382: JavaFX ChartArea Accessibility Reader [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Feb 3 00:03:05 UTC 2023
On Thu, 2 Feb 2023 17:26:32 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Change the underlying class XYChart to take into account labels for axes. Make label patterns and default axes labels localized.
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed debug output.
modules/javafx.controls/src/main/java/javafx/scene/chart/XYChart.java line 1271:
> 1269:
> 1270: Series<X, Y> getSeries() {
> 1271: return seriesProperty.get();
This method is unused, so should probably be removed.
-------------
PR: https://git.openjdk.org/jfx/pull/1016
More information about the openjfx-dev
mailing list