if (myLocomotive == null)
return;
try {
LocomotiveControlface locomotiveControl = AdHocRailway
.getInstance().getLocomotiveControl();
locomotiveControl.increaseSpeed(myLocomotive);
updateWidget();
speedBar.requestFocus();
} catch (LocomotiveException e3) {
ExceptionProcessor.getInstance().processException(e3);
}