I know that Scala\'s Lists have a map implementation with signature (f: (A) => B):List[B] and a foreach implementation with signature (f: (A) => Unit):Unit but I\'m looking for something that ac
Im trying to get to grips wth java 2d graphics Ive basically got a JPanel with a backgrounfd image in it like so: