On Mon, 24 Aug 2026 04:55:45 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> No, quite the opposite: The `module-info.java` in `javafx.graphics` needs to >> do a qualified export of the utility package to `javafx.swing`. Since it >> already does, no other change was needed. > > I get that` javafx.graphics` need to export itself to `javafx.swing` for > `ImageUtils` > but after recent changes, nothing from` javafx.swing `is being used in > `javafx.graphics` so why javafx.swing needs to export itself to > javafx.graphics...I guess that's redundant, no? > I think we should remove this line from javafx.swing module-info yes, we should be able to remove this export in javafx.swing module-info now ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2267#discussion_r3844696551
