Re: RFR: 8313424: JavaFX controls in the title bar [v41]

2025-01-28 Thread Michael Strauß
On Mon, 27 Jan 2025 23:39:26 GMT, Michael Strauß wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> hide default window buttons on macOS > > Another change is the option to use multiple header bars, which now cooper

Re: RFR: 8313424: JavaFX controls in the title bar [v41]

2025-01-28 Thread Andy Goryachev
On Mon, 27 Jan 2025 23:39:26 GMT, Michael Strauß wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> hide default window buttons on macOS > > Another change is the option to use multiple header bars, which now cooper

Re: RFR: 8313424: JavaFX controls in the title bar [v41]

2025-01-27 Thread Michael Strauß
On Mon, 27 Jan 2025 22:57:37 GMT, Michael Strauß wrote: >> Implementation of >> [`EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09) >> and `EXTENDED_UTILITY` stage style. > > Michael Strauß has updated the pull request incrementally with one additional > commit since t

Re: RFR: 8313424: JavaFX controls in the title bar [v41]

2025-01-27 Thread Michael Strauß
On Mon, 27 Jan 2025 22:57:37 GMT, Michael Strauß wrote: >> Implementation of >> [`EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09) >> and `EXTENDED_UTILITY` stage style. > > Michael Strauß has updated the pull request incrementally with one additional > commit since t

Re: RFR: 8313424: JavaFX controls in the title bar [v41]

2025-01-27 Thread Michael Strauß
> Implementation of > [`EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09) > and `EXTENDED_UTILITY` stage style. Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: hide default window buttons on macOS ---