How can I open JOptionPane on the same monitor/desktop as the main window?
843806Jun 13 2008 — edited Jun 13 2008I have an issue with multiple monitors:
My main app opens a pop up JOptionPane.showMessageDialog(). When the main windows is in the secondary monitor the pop up still comes up on the main monitor. This has annoyed a number of the users.
Is there any way the pop up will open in the same monitor/desktop as the main application windows (JFrame)?
Regards,
Chris