I create this JOptionPane
JOptionPane.showMessageDialog(this, "File was saved", "Save", JOptionPane.INFORMATION_MESSAGE);
but my JFrame is big so it scrolls. When I call this command, a window is created in the lower right corner, and I can only see the title. How can I reposition this JOptionPane ?
source share