_config.setDownloadBandwidth( nbs.getDownloadBandwidth() );
_config.setUploadBandwidth( nbs.getUploadBandwidth() );
_config.save();
}catch( Throwable cause ) {
cause.printStackTrace();
}
CommonUIPreferences.getSingleton().setUIType( ((UIChooser)stage5).getChosenUI() );