// user an indeterminate progress dialog and check to see if the
// ActivateThread threw an exception.
//
final ProgressDialog pd = Platform.getPlatform().getProgressDialog();
final ActivateThread at = new ActivateThread( pd, key, false );
pd.showProgress(
null, at, LOCALE.get( "DeactivatingSerialNumberMessage" ), false
);
final Throwable t = pd.getThrown();
if ( t != null )
if ( t instanceof RuntimeException )