java - Can I render to several displays from the same JVM? -
I have 4 Java applications that provide some ADT graphics. They all present different X displays, which we configure at JVM startup time.
I would like to run them from the same JVM. In this way, I launch a Java app, and it opens four screens, which provide their content in different displays.
Is this possible in Java?
I had a similar question.
Actually, you need to migrate from the GraphicsEnvironment.getLocalGraphicsEnvironment () with the graphics environment of each device in your GeFrom. GetScreenDevices ()
Comments
Post a Comment