On Mon, 30 Mar 2026 21:13:19 GMT, Christopher Schnick <[email protected]> 
wrote:

>> This fixes issues with Alerts when the owner stage is not a valid stage with 
>> a scene and currently showing
>
> Christopher Schnick has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Add tests for centering

modules/javafx.controls/src/main/java/javafx/scene/control/HeavyweightDialog.java
 line 318:

> 316: 
> 317:             Scene oldScene = oldStage.getScene();
> 318:             if (oldScene != null && dialogScene != null) {

is this the actual fix for the NPE?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2127#discussion_r3046719937

Reply via email to