Display issues when running JavaFX 2.0 applications with multiple monitors
922832Mar 9 2012 — edited Sep 7 2012I have noticed a number of issues when running JavaFX 2.X applications on a system with multiple monitors. My setup consists of 2 monitors (primary & secondary) on a dual graphics card and my third monitor on a seperate graphics card.
The issues I have observed are,
1) The application is not as responsive when running on the second or third monitor.
2) When the application is spread accross 2 monitors and re-draws it will only redraw correctly on one of the monitors. The app will be displayed as a black box on the other moniter
3) When the application is not running on the Primary monitor and a ChoiceBox is selected the choices appear as expected however the application turns black in the background.
Has anyone else encountered similar issues? I am plan to raise a JIRA with screenshots and full details of my system if other people are able to confirm that they are also suffering from similar issues.