I’m using the InfoNode docking window framework to contain a jogl GLCanvas and a JTextArea in a split window. When I run the application and toggle the adjacent JTextArea to be visible or hidden, everything works. However If I move the main frame to the other monitor from which it was created in when it was launched, when I make the adjacent JTextArea hidden I get the following exception.
Is there something that I must do at startup to allow the application to use the seconds monitors desktop space.
John