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
Next revisionBoth sides next revision
how_to_install_the_library_in_eclipse [2019/08/15 18:57] frchrishow_to_install_the_library_in_eclipse [2019/08/15 18:58] frchris
Line 12: Line 12:
   - Press the ''Open'' button   - Press the ''Open'' button
   - Press the ''Apply and Close'' button   - Press the ''Apply and Close'' button
 +  - Make a new class ''RobotRunner'' to test it out:
 +<code java>
 +  import kareltherobot.*;
 +  public class RobotRunner implements Directions
 +  {
 + public static void main(String[] args) 
 + {
 + World.setDelay(150);
 + World.placeBeepers(4, 3, 2);
 + World.setVisible();
 + }
 +  }
 +</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