Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JOptionPane Problem in Eclipse

843805Mar 7 2006 — edited Mar 7 2006
Hi,
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2006
Added on Mar 7 2006
1 comment
61 views