reset password
Author Message
Amedrano
Posts: 80
Posted 17:49 Apr 30, 2016 |

ArrayLists can receive "null" objects.  In the Constructor are we giving the "Tiles" arraylist a "null" object or a tile object with a "null" value instead of a bitmap and an int? 

for instance: 

tile = new PuzzleTile(null, count);
msargent
Posts: 519
Posted 18:36 Apr 30, 2016 |

I used a null object.