On Fri, 21 Aug 2026 05:26:39 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

>> Andy Goryachev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   unused imports
>
> modules/jfx.incubator.richtext/src/main/java/module-info.java line 40:
> 
>> 38:     requires transitive javafx.controls;
>> 39:     requires transitive jfx.incubator.input;
>> 40:     requires java.desktop;
> 
> Is this now required in modules/javafx.swing/src/main/java/module-info.java
> 
> 
>    exports com.sun.javafx.embed.swing to
>         javafx.graphics;

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.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2267#discussion_r3830007820

Reply via email to