JOptionPane Problem in Eclipse
843805Mar 7 2006 — edited Mar 7 2006Hi,
I want to display a dialog box using JOptionPane, but every time I run the program the dialog box goes behind the eclipse application.
Is there any way to display the dialog box in fron of eclipse?
My code is:
line = JOptionPane.showInputDialog(null,"Error - "+validation);
Thanks!