JButton enable/disable
843806Jun 5 2007 — edited Apr 7 2008Hi there!
I have disabled my JButton by calling the JButtonObject.setEnabled(false) but it's event handler gets fired even when I click on a disabled button,,,I don't wanna fire the event handler when the JButton is in the disabled state....can anybody please help?
Thanks in advance..