I'm trying to create a window with three circular icons where once you press on them, other windows will appear with information from a database on them (this information will show the user's information and a timer). I have the base window graphics, but I don't know how to implement icons that can be interacted with and can make windows appear when they are pressed.
Here is my code at the moment: