When using system.gui.confirm the default selection (focus) is “yes”. Is there any way to change this to “no”?
If you use showOptionDialog, the last parameter specifies the default button.
Look at pphillips example:
[Prevent pop-up window from closing]
1 Like
Thank you!!