//---------------------------------------------------------------------------------------------
// CONSTRUCTORS.
//---------------------------------------------------------------------------------------------
public BaseRobotImpl() {
robotAdapter = new AwtRobotAdapter();
robotAdapter.robotCreate();
}