Can javafx application display different stages on different monitors? -
Two different windows (stages) on each monitor are an idea of displaying an app, the app should know how many Near the monitor computer and its resolution.
Is it possible with JavaFix? You can use the current version of JavaFX (2.2) for
This will give you an overview list of screen objects.
See the screen javadoc page here:
Comments
Post a Comment