ob1kanobee
Programmer
How do I get this message dialog box to appear in the front of the screen.
I am using it in a java class function that is called by another class, so when I pass null as the parent component, it is showing up behind the webpage calling the class function.
result = jOpt.showConfirmDialog(null,sMsg,"Invalid File Extension",jOpt.YES_NO_OPTION);
I am using it in a java class function that is called by another class, so when I pass null as the parent component, it is showing up behind the webpage calling the class function.
result = jOpt.showConfirmDialog(null,sMsg,"Invalid File Extension",jOpt.YES_NO_OPTION);