JOptionPane setLocation ?

HIIs there any way to setLocation in JOptionPane..Thanx
[76 byte] By [Reona] at [2007-11-27 2:28:15]
# 1
put it in a modal JDialog and manage the location of this new component
albertthea at 2007-7-12 2:40:02 > top of Java-index,Java Essentials,Java Programming...
# 2
Swing related questions should be posted in the Swing forum.Did you read the JOptionPane API. It shows you how to access the underlying JDialog that gets created.
camickra at 2007-7-12 2:40:02 > top of Java-index,Java Essentials,Java Programming...