Re: RFR: 8301302: Platform preferences API [v21]

2023-11-03 Thread Michael Strauß
On Fri, 3 Nov 2023 18:38:04 GMT, Andy Goryachev wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review changes > >

Re: RFR: 8301302: Platform preferences API [v22]

2023-11-03 Thread Michael Strauß
> Please read [this > document](https://gist.github.com/mstr2/9f46f92c98d3c86aa6a0b4224a9a6548) for > an introduction to the Platform Preferences API, and how it interacts with > the proposed style theme and stage appearance features. Michael Strauß has updated the pull request incrementally

Re: RFR: 8301302: Platform preferences API [v21]

2023-11-03 Thread Andy Goryachev
On Thu, 2 Nov 2023 19:15:04 GMT, Michael Strauß wrote: >> Please read [this >> document](https://gist.github.com/mstr2/9f46f92c98d3c86aa6a0b4224a9a6548) >> for an introduction to the Platform Preferences API, and how it interacts >> with the proposed style theme and stage appearance features.

Re: RFR: 8319340: [Linux] Disabled windows should not allow window operations (minimize, resize, maximize, close) [v2]

2023-11-03 Thread Thiago Milczarek Sayao
> JavaFX on Linux is allowing disabled windows to be minimized. > > Currently close does nothing as it should, maximize disappears (on MS Windows > it's greyed out - it's a platform behavior difference) and minimize is being > allowed. > > Thins PR removes WM functions when window is disabled