设置属性”button.setEnable(false);“即可。解释:button是否可被点击的属性方法是setEnable,如果设置为true就是可点击状态,也就是正常状态,如果设置为false,那就是”置灰“状态,不可被点击。
button.setEnable(false);