I have a problem. I have code that generates a GUI. This is the first thing that the application does.
I want to incorporate a button, that when information is available becomes enabled but when information isnt available is disabled.
Using the buttonname.setE nabled(false) does not work. It initially does but the button never becomes enabled. Ive tried using various structures of where I have placed the buttonname.setE nabled(true) but the GUI is not being updated. Any ideas on how I can update the GUI when buttonname.setE nabled(true) is accessed??
Thanks
I want to incorporate a button, that when information is available becomes enabled but when information isnt available is disabled.
Using the buttonname.setE nabled(false) does not work. It initially does but the button never becomes enabled. Ive tried using various structures of where I have placed the buttonname.setE nabled(true) but the GUI is not being updated. Any ideas on how I can update the GUI when buttonname.setE nabled(true) is accessed??
Thanks
Comment