Hi noisepoet,
Welcome to Java Forums. You are our 100th member
There is a
setEnabled(boolean value) method for JButtons. you should call this method of the buttons you want to disable.
For example for button named as myButton, you use the following code:
myButton.setEnabled(false);