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

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -