Package | Description |
---|---|
acm.program |
This package provides a set of classes that simplify the creation of programs.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleProgram
This class is a standard subclass of
Program
that installs a console in the window. |
class |
DialogProgram
This class is a standard subclass of
Program
that takes its input from a IODialog object. |
class |
GraphicsProgram
This class is a standard subclass of
Program
whose principal window is used for drawing graphics. |
Modifier and Type | Method and Description |
---|---|
Program |
ProgramMenuBar.getProgram()
Returns the program associated with this menu bar.
|