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

Popular posts from this blog

How to Create Master-Details view using Asp.Net MVC framework -

delphi - Mouseover hint for TChart series value -

c++ - Linux and clipboard -