| 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
|
 |
 |
|
|
subject: Change JOptionPane pop-up location.
|
|
|