Hey guys,
I have yet another question:
I got a class called "Profile.class". When being clicked on, it changes its image, a plain white square with a width of 14 Pixel, to the same image with a green cross on it. I also implemented a method, that changes the boolean named "selected" with the changing image. For my programme it is crucial that just one Object can be selected at a time or that it tells me otherwise. How can I manage to do this?

