Package lec03.glab

Examples of lec03.glab.VarsAndRefs


     
    Raceable[] racRacers = new Raceable[3];
   
   
   
    racRacers[0] = new Human("file:\\\\\\C:\\dev\\lec03\\src\\edu\\uchicago\\cs\\java\\lec03\\resources\\run_human.gif",
        Raceable.DIM);
   
    racRacers[1] = new Gazelle("file:\\\\\\C:\\dev\\lec03\\src\\edu\\uchicago\\cs\\java\\lec03\\resources\\run_gazelle.jpg",
        Raceable.DIM);
   
View Full Code Here


   
    racRacers[1] = new Gazelle("file:\\\\\\C:\\dev\\lec03\\src\\edu\\uchicago\\cs\\java\\lec03\\resources\\run_gazelle.jpg",
        Raceable.DIM);
   

    racRacers[2] = new Kangaroo("file:\\\\\\C:\\dev\\lec03\\src\\edu\\uchicago\\cs\\java\\lec03\\resources\\run_roo.png",
        Raceable.DIM);
     
   
   
//    for (Raceable rac : racRacers) {
View Full Code Here

TOP

Related Classes of lec03.glab.VarsAndRefs

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.