Search:

Type: Posts; User: andbin

Search: Search took 0.12 seconds.

  1. Re: Size of stroke is updating for all shapes in array.Why?

    Keeping your current design, you should add a fourth collection, say for example ArrayList<Float> shapeStrokeWidth.
    But as you can guess, it is becoming a too much growing and complex design. Too...
  2. Re: Size of stroke is updating for all shapes in array.Why?

    Firstly, a "design" issue you should understand. You have used 3 distinct collections:


    ArrayList<Shape> shapes = new ArrayList<Shape>();
    ArrayList<Color>...
Results 1 to 2 of 2