Package | Description |
---|---|
net.grelf.grip |
This package contains the Java classes which are specific to the image
processing application GRIP.
GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP. Version: 18.3.3 |
Modifier and Type | Method and Description |
---|---|
static void |
BatchDialogue.doOpInBackground(java.io.File[] files,
BatchDialogue.OpPanel[] ops,
java.lang.String fileNameModifier,
int nSteps)
For particularly long operations, run them on a worker thread rather than
clog up swing's event dispatch thread.
|