September 2005
Beginner
576 pages
13h 6m
English
To see how Swing's event-handling classes work in a Java program, you will finish LottoMadness, the lottery simulation that was begun during Hour 14.
By the waySee what you missed if you didn't read Hour 14? It may have been my finest hour. |
At this point, LottoMadness is just a graphical user interface. You can click buttons and enter text into text boxes, but nothing happens in response. In this workshop, you will create LottoEvent, a new class that receives user input, conducts lotto drawings, and keeps track of the number of times you win anything. Once the class is complete, you will add a few lines to LottoMadness so that it makes use of LottoEvent. It is often convenient to divide Swing projects in this ...
Read now
Unlock full access