141142143144145146147
* Subclasses should over-ride this to customize the * the progress control. * @return progress control as StandardProgressControl */ protected StandardProgressControl createProgressControl() { return new EjmfProgressControl(); }