- Widget - Class in CS2114
-
Not for direct student use.
- Widget() - Constructor for class CS2114.Widget
-
- Window - Class in CS2114
-
The Window class provides a simple Swing Window.
- Window() - Constructor for class CS2114.Window
-
Default constructor, uses window.title from properties file for title, if
available.
- Window(String) - Constructor for class CS2114.Window
-
Constructor, creates window and sets window title
- WindowSide - Enum in CS2114
-
WindowSide is an enum used to indicate the four sides of a Window
.