Hello
I have a problem with save/restore of vldocking xml layout in a multi
monitor setup.
1. Place main window on second monitor and save setup
2. restart app and observe the window appears on first monitor
The code should use Swing GraphicsDevice to place windows correctly
when restoring:
GraphicsEnvironment ge =
GraphicsEnvironment.getLocalGraphicsEnvironment();
GraphicsDevice[] gd = ge.getScreenDevices();
The problem is even worse if windows are detached when saving the
layout.
Would it be possible to enable to issue manager for the google code
vldocking site.
I have previously reported the issue at the vldocking-plus fork here.
http://code.google.com/p/vldocking-plus/issues/detail?id=1
BR
Carsten