0
Help me creating GUI with event
background color panel as black when the mouse is pressed and white as when the mouse is released
2 Respostas
0
Hello Alke Mist
Which framework are you using? Swing or JavaFX?
And which object should get this mouse event?
0
create a class that implements MouserListener, there Override all abatracts methods.