Posted October 27, 201311 yr I have a GUI with some buttons, nothing special. However, when I click on the button in game it seems to spam actionPerformed until I remove my cursor from the button. This has never happened before and it only called actionPerformed once until I released the mouse and clicked again. The offending source files are here on Github (This file may also be useful). My mod is not useless until this is fixed but it is annoying. If you guys dont get it.. then well ya.. try harder... Source of all my public mods are available on my Github. Go there and look for a snippet if you're stuck with something.
October 28, 201311 yr Author bump If you guys dont get it.. then well ya.. try harder... Source of all my public mods are available on my Github. Go there and look for a snippet if you're stuck with something.
October 28, 201311 yr Author I should've mentioned that this is sending me round the bend trying to fix it! : If you guys dont get it.. then well ya.. try harder... Source of all my public mods are available on my Github. Go there and look for a snippet if you're stuck with something.
October 28, 201311 yr Hi To be honest I have no idea from looking at your code but I would suggest that log statements or breakpoints are your best friend here, i.e. you want to figure out where the calls to actionPerformed are coming from exactly, and then track that back to what is generating all the clicks, and so on. Maybe your mouse is busted? :-) -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.