Re: how to disable a JButton while an op completes?
- From: supermail99@xxxxxxxxxxx
- Date: 11 Oct 2005 07:10:10 -0700
> myButton.setEnabled(false);
> doTask();
> myButton.setEnabled(true);
Simply doing this does not work. I don't understand why. Java still
alllows me to press the button while doTask is executing. Please
explain this.
.
- Follow-Ups:
- Re: how to disable a JButton while an op completes?
- From: Roedy Green
- Re: how to disable a JButton while an op completes?
- Prev by Date: obfuscator for j2me apps
- Next by Date: Re: obfuscator for j2me apps
- Previous by thread: obfuscator for j2me apps
- Next by thread: Re: how to disable a JButton while an op completes?
- Index(es):