On Fri, 16 Jan 2026 22:25:29 GMT, Christopher Schnick <[email protected]> wrote:
>> This should improve the code quality of the class while preserving its
>> original workings
>
> Christopher Schnick has updated the pull request incrementally with three
> additional commits since the last revision:
>
> - Remove space
> - Use for loops again
> - Remove unused method
modules/javafx.graphics/src/main/java/com/sun/javafx/sg/prism/NGGroup.java line
212:
> 210: * @param blendMode cannot be null
> 211: */
> 212: public void setBlendMode(Object blendMode) {
It seems like group blend modes were
[removed](https://bugs.openjdk.org/browse/JDK-8113442) a long time ago. You
should also delete all of the implementation, not only the setter here.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2043#discussion_r2709392547