18.10. Exercises
You can download the source code for the examples in the book and the solutions to the following exercises from http://www.wrox.com.
Modify Sketcher to add an Exit action for the File menu and the toolbar.
Modify the Lottery applet to present the six numbers selected in ascending sequence.
Replace the action listener for the selection buttons in the Lottery applet with a mouse listener and use the mousePressed() method to update the selection with a new value.
Modify the Lottery applet to implement the mouse listener for a selection button as an inner class to the Lottery class.
Modify the Lottery applet to implement the control buttons on a toolbar based on Action objects.
Change the Lottery applet to handle the MOUSE_ENTERED and MOUSE_EXITED events within the toolbar buttons you added in the previous exercise and display a hand cursor.
Add tooltips to the lucky number buttons and the toolbar buttons in the Lottery applet. (You can make the tooltip the same for each of the lucky number buttons.)
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access