Initial positioning of Dialog

Scott Palmer swpalmer at gmail.com
Mon Nov 3 17:07:18 UTC 2014


> On Nov 3, 2014, at 8:44 AM, ngalarneau at ABINITIO.COM wrote:
> 
> Scott,
> 
> When you say it works for you, which java are you running?
> - Java 8 (1.8u25) with openjfx-dialogs-1.0.2 like Pete
> - Java 8 update 40 pre-release
> - something else?
> 
> Using the released 8u25 with openjfx-dialogs-1.0.2  I, too, have seen the 
> dialog pop on the wrong display.
> 
> 
> Neil

I meant that a stage that has an Owner pops up on the same monitor as the parent stage.  I’m not using openjfx-dialogs.  I had my own dialog class from long ago where I had to work around the issue on JavaFX 2.x, because the same code on FX 2.x always opened the stage on the default monitor, regardless of where its parent was.

Scott


More information about the openjfx-dev mailing list