RE: External monitors.

2023-01-13 Thread marc.bendana
Hi, What do you mean by “external monitor” ? I work on a Windows computer (not a laptop) with 3 screens so would you say that I have 3 monitors or 3 three external monitors ? This piece of code: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment

Re: External monitors.

2023-01-12 Thread Murali Govind
Hi Thanks for taking the time. I am not sure I follow. - This does not work even if I use q windows computer. - I need the software to do the redirection to an external monitor. The users are not savvy enough to do that. Is that doable?. I can find lot of sample code. Which suggests it must be

Re: External monitors.

2023-01-12 Thread Ernie Rael
Looks like the issue is between the MacBook and JDK. (No NetBeans APIs involved). If you can move MAC windows to the external monitor, then you need JDK support. -ernie On 23/01/12 12:13 AM, Murali Govind wrote: Hi Any one can help with the below problem? Regards Murali On 6 Jan 2023, at

Re: External monitors.

2023-01-12 Thread Murali Govind
Hi Any one can help with the below problem? Regards Murali > On 6 Jan 2023, at 11:30 AM, Murali Govind wrote: > > Hi > > I have a Laptop- MacBook Air.. And I have a TV connected to it via USB C -> > HDMI . I have tried everything in the code snippets I could find in google. > > public stat

External monitors.

2023-01-05 Thread Murali Govind
Hi I have a Laptop- MacBook Air.. And I have a TV connected to it via USB C -> HDMI . I have tried everything in the code snippets I could find in google. public static void disponscreen() { System.out.println("Hello from the Disp on screen Function!"); Integer j=0; Graphi