Results 21 comments of Paul

Failing for me too as a knock on effect of upgrading guzzle.

For the "It also seems the Check for Updates... menu item crashes", are you referring to every now and again it just doesn't seem to do anything?

I found that the if/else code branch when version was up-to-date was not wrapping the call to display the alert in `Platform.runLater()` - So I've pushed a quick fix for...

OK. I see what I can do to add a visual indicator.

Would it be simpler (from both code and UX) to just remember the maximised state along with the window geometry instead of having to go and hunt down a preference...

I can't replicate this. From a new project, I added a `Pane` then a `Label` in the pane. I can change the font, it's weight, etc repeatedly.

I'm not sure about doing it all from the FXML, I might need some help with that. It looks like the existing logic handles this with the `SceneBuilderApp::canPerformControlAction()` method. By...

Oh, thanks @jperedadnr. I'll have a play round.

Thanks for all the feedback. @AlmasB I agree with the simpler UX for the user, so I removed the exception state, and the default if anything goes wrong is to...

FYI: I think I fixed the icon rendering issue in openjfx:- https://github.com/openjdk/jfx/pull/743. So hopefully we can put some high res icons back in play at some point in the future...