try {
XulDialog dialog = (XulDialog) document.getElementById("progressDialog");
PrintWriter pw = new PrintWriter(System.out);
try {
// hard coded params for now
algorithmRunner.start(algorithmUiExtension.getAlgorithmParameters(), new Callback() {
public void algorithmDone() {
algoDone();
}
});
} finally {