package gui
- Alphabetic
- Public
- Protected
Type Members
- class CategoryDisplayWindow extends Frame with TerminatesOnClose
Class
CategoryDisplayWindow
represents windows that display a single category of experiences recorded by a user of the GoodStuff experience diary application.Class
CategoryDisplayWindow
represents windows that display a single category of experiences recorded by a user of the GoodStuff experience diary application. Such a window enables the user to record new experiences in the category and is capable of graphically highlighting the user's favorite experience.(Please note that multiple categories and persistent storage of diary entries into files are not supported by the given version of the application.)
NOTE TO STUDENTS: In this course, you don't need to understand how this class works.
Value Members
- object GoodStuff extends SimpleSwingApplication with O1AppDefaults
The singleton object
GoodStuff
represents the GoodStuff experience diary application, and serves as an entry point for the program.The singleton object
GoodStuff
represents the GoodStuff experience diary application, and serves as an entry point for the program. It can be run to start up the GoodStuff user interface.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.