Search:

Type: Posts; User: hadestrife

Search: Search took 0.10 seconds.

  1. Re: Accessing objects within a GCompound not possible?

    Thanks for letting me know.

    What is this alternative route used in learning Java? Which standard textbook takes this other approach?

    Thanks
  2. Re: Accessing objects within a GCompound not possible?

    Wrapping my code with code tags and adding the packages used:




    import acm.program.*;
    import acm.graphics.*;

    public class test extends GraphicsProgram {
  3. Accessing objects within a GCompound not possible?

    Novice question. Given the class MyExample below:

    public class MyExample extends GCompound {

    //instance variables
    public GRect R1 = new GRect(0, 0, 20, 20);
    public GRect R2 = new...
Results 1 to 3 of 3