What letter starts the name of many Swing classes?
Many Swing classes start with J
(for example JButton
).
Similar AWT classes do not start with J
(for example Button
).
You have reached the end of the chapter. If you are in the right Frame of mind, you may wish to review the following:
The next chapter will discuss how to add a listener to the Frame.