I'll make it short.
First is how do I change the text colour of a disabled button. I've tried HTML and setForeground but doesn't work.
Second, when I want to click a button, I can't move my cursor or the event will not fire. I used addMouseListener because I also need to handle a right click.
Third how do I add an icon to the button when I click it.
Thanks.