On Tue, 8 Sep 2026 18:22:04 GMT, Marius Hanl <[email protected]> wrote:

>> This PR integrates the `Platform` functionality into `PlatformUtil`, so that 
>> we only have one place where we do OS stuff. And can delete `Platform`.
>> 
>> Something that was first discussed in 
>> https://github.com/openjdk/jfx/pull/1864 and I also saw when I did the 
>> cleanup some months ago in PR https://github.com/openjdk/jfx/pull/2190.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Marius Hanl has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Move PlatformUtil from javafx.base to javafx.graphics

oof, I don't like the last commit:
1. too many changes which will give us a lot of merging conflicts
2. I like isWindows() and the like in the base.  I think it's a mistake to move 
it to graphics

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2299#issuecomment-5589960710

Reply via email to