No. actionPerformed()
does not depend on the buttons' texts.
This is an advantage of using
setActionCommand()
.
That's all the action for this chapter. If one or two topics have not yet clicked, you may wish to review the following.
The next chapter will discuss how to write a complete GUI application, complete with application code. About time.