[API Review] FXMLLoader's protected fields
Daniel Zwolenski
zonski at gmail.com
Tue Sep 10 23:54:01 PDT 2013
Umm, what happened to backwards compatibility?
On Wed, Sep 11, 2013 at 4:44 PM, Martin Sladecek <martin.sladecek at oracle.com
> wrote:
> Hello,
>
> FXMLLoader contains a number of protected (non-final) fields that were
> made 'protected' probably just by accident. I'm going to make these fields
> private. If there's somebody who is working on a FXMLLoader subclass, let
> me know if you need some of the fields, so we could turn them into getters
> or something.
>
> Here's the list of the fields:
>
> protected Object controller;
> protected Object root;
> protected ResourceBundle resources;
> protected URL location;
>
>
> Thanks,
> -Martin
>
More information about the openjfx-dev
mailing list