Search in sources :

Example 1 with AboutDialog

use of org.pentaho.di.ui.core.dialog.AboutDialog in project pentaho-kettle by pentaho.

the class Spoon method helpAbout.

public void helpAbout() {
    try {
        AboutDialog aboutDialog = new AboutDialog(getShell());
        aboutDialog.open();
    } catch (KettleException e) {
        log.logError("Error opening about dialog", e);
    }
}
Also used : KettleException(org.pentaho.di.core.exception.KettleException) AboutDialog(org.pentaho.di.ui.core.dialog.AboutDialog)

Aggregations

KettleException (org.pentaho.di.core.exception.KettleException)1 AboutDialog (org.pentaho.di.ui.core.dialog.AboutDialog)1