package gui
- Alphabetic
- Public
- Protected
Type Members
- class MatchPanel extends Component
A
MatchPanelis a GUI component that is capable of displaying the current status of a singleMatch.A
MatchPanelis a GUI component that is capable of displaying the current status of a singleMatch. It uses one of two color schemes, depending on whether the displayed match has finished or not.NOTE TO STUDENTS: In this course, you don't need to understand how this class works or can be used.
- class OngoingMatchDialog extends Dialog
An
OngoingMatchDialogis a modal dialog displays the status of an ongoing match in aMatchPanelas well as providing buttons for adding goals to the match.An
OngoingMatchDialogis a modal dialog displays the status of an ongoing match in aMatchPanelas well as providing buttons for adding goals to the match.NOTE TO STUDENTS: In this course, you don't need to understand how this class works or can be used.
Value Members
- object FootballApp extends SimpleSwingApplication with O1AppDefaults
The singleton object
FootballApprepresents a simple application that a programmer can use to experiment with the packageo1.football2.The singleton object
FootballApprepresents a simple application that a programmer can use to experiment with the packageo1.football2.NOTE TO STUDENTS: In this course, you don't need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.