I got my MouseMotionListener
to work. My problem now is that I would like to change the color of my text (initially black) to another color (say red) after the text is hovered over.
Then it has to go back to the original color after my mouse is not hovering over that text anymore.
Any tips? Thank you in advance!