The JavaTM Tutorial
Previous Page Start of Tutorial > Start of Trail Search
Feedback Form

Trail: Putting It All Together: Table of Contents

BINGO!
Traditional BINGO
A Brief Description of the BINGO Programs
Let's Play!
The Code
The Primary Classes
The Classes in the bingo.game Package
The Classes in the bingo.player Package
The Classes in the bingo.shared Package
What's Interesting?
Design Decisions
Using the JFC to Implement the UI's
Synchronizing and Coordinating Threads
Using Synchronized Code Segments
Synchronizing Threads in the Player
Coordinating Threads in the Game
Communication Between the Game and the Player
Broadcasting Game Information
Handling Player Requests
Signing and Verifying the BINGO Cards
Writing a Custom EventQueue and Custom Events
Managing Program Settings in the Player
Other Interesting Tidbits
Exercises for the Reader

Previous Page Start of Tutorial > Start of Trail Search
Feedback Form