User Tools

Site Tools


how_to_install_the_library_in_eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
how_to_install_the_library_in_eclipse [2023/08/26 11:39] frchrishow_to_install_the_library_in_eclipse [2023/08/26 11:39] frchris
Line 22: Line 22:
  // Main entry point  // Main entry point
  public static void main(String[] args) {  public static void main(String[] args) {
- World.setDelay(10);  +    World.setDelay(10);  
- World.placeBeepers(2, 1, 1); +           World.placeBeepers(2, 1, 1); 
-        World.setVisible(); +           World.setVisible(); 
-        RemoteControl karel = new RemoteControl(3, 1, East, 3 , Color.RED);+           RemoteControl karel = new RemoteControl(3, 1, East, 3 , Color.RED);
  }  }
 } }
  
 </code> </code>
how_to_install_the_library_in_eclipse.txt · Last modified: 2023/08/26 11:51 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki