Hello, I use Jython to write a script for ImageJ. Can somone help me?
I use:
saveOption = YesNoCancelDialog("YesNoCancel",DEFAULT_CURSOR,"a")```
to create a dialog, but since I cant find the type of attributes the method wants I get
this error output:
`1st arg can't be coerced to java.awt.Frame`
https://imagej.net/ij/developer/api/ij/ij/gui/YesNoCancelDialog.html