Is it possible to force the JOptionPane on top of all other windows?
I'm trying to get user input with JOptionPane but can't seem to find a way to keep the pane on top of all other windows (non java windows). It's very hard to find the pane if I click somewhere else before input the value. Is there anyway to keep it on top of everything until it's value has been entered?

