// Listing 6.7. Kod konstruktora


8    public softbot() throws Exception 
9    { 
10	   Log = new PrintWriter("Softbot.log"); 
11	   Vision = new EV3UltrasonicSensor(SensorPort.S3); 
12	   Vision.enable();           
13   }