So I'm finishing up the menu for the welcome screen. I'm going to finish the JMenus for everything else, right now. But it's kind of interesting - I used mouseListener to try to see if the user was clicking on the menu.
According to the API, it only works for Action Listener, so I used it, and it worked!
COOL XD
(wide eyed) First thing I saw was the image of the board at the top of the screen XD
ReplyDeleteIt only works on action listener? Why not mouse listener?
HAHAHA XD It catches peoples's eye ;)
ReplyDeleteNot sure O_O The Java APIs didn't list MouseListener.