devxlogo

Java and Dual Monitor Unix Workstations

Java and Dual Monitor Unix Workstations

Question:
I have a question regarding use of dual monitorUnix workstations to display Java screens.Specifically, can I display the mainscreen on onemonitor and the popup on another monitor?

Answer:
Within a Java application you cannot make windowsappear on multiple screens without writingplatform-specific native code. From the commandline on a Unix system running the X Windowsystem, you can make your Java applicationappear on a different screen by setting yourDISPLAY environment variable to reference theappropriate screen. Your first screen should behostname:0.0, your second should be hostname:0.1,and so on.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist