I have 4 Java applications rendering some AWT graphics. They all render to different X displays, which we configure at JVM startup time.
I would like to have them run from the same JVM. This way, I launch one Java app, and it will open up four screens, which render their stuff to different displays.
Is that possible in Java?