ArrayList an ArrayList?? Overlapping balls.
in
Programming Questions
•
2 years ago
I have an arrayList of clickable balls, i don't mind them overlapping, but its a problem when they clump when clicked or when a smaller ball is obscured by a larger one. What would be the best way to sort this?
an array list of the balls ordered by size so they are drawn in order?
Many Thanks
Miles
1