I wanna check if a button has been pressed or the mouse is over a component in my logic loop but i can't find any function for this and i don't wanna have to split up code in different files because i want to have my components interact with each other and with other classes and its just doesn't feel right and its also annoying to have to pass references to objects everywhere. Bloody hell Swing its annoying...
How can i do this?
EDIT: Nevermind i think i just figured it out by myself...