aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Change JOptionPane pop-up location. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Change JOptionPane pop-up location." Watch "Change JOptionPane pop-up location." New topic
Author

Change JOptionPane pop-up location.

Lou Pellegrini
Ranch Hand

Joined: Nov 11, 2003
Posts: 105
Hi,
Can you tell me how to get JOptionPane to pop up where I tell it?
I have tried
Frame parentComponent = new Frame();
parentComponent.setBounds(new Rectangle(1, 1, 00, 100));
JOptionPane.showMessageDialog(parentComponent, "Some Error Message",
"WindowTitle", JOptionPane.ERROR_MESSAGE);
and I also tried JFrame for the parentComponent.
It still pops up in the middle of the screen.
Thank You in Advance for Your Help,
Lou
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Change JOptionPane pop-up location.
 
Similar Threads
Opening a Dialog/Frame from Applet
[B]How To Center/Position a showMessageDialog box?[/B]
Changing bgcolor of JOptionPane
Problem with tabbing behind glasspane
Change size of progress monitor