Multiple JavaFX stages in fullscreen mode
问题 I have an application that contains two stages which should be shown on two different screens both in fullscreen mode. I managed to position the two stages on seperate screens, and tried to set the fullscreen property to true on each Stage, but only of them is shown without decoration. It is always the one that has the fullscreen property set last that is shown in fullscreen mode. Is it not possible in JavaFX 2.2 to have multiple stages in fullscreen mode at the same time? 回答1: I also ran