The stopmi tool is a framework
to create graphical user interfaces that has been developed by StOpMI project.
What does the stopmi tool
provide to create graphical user interfaces?
STOPMI
FACILITIES |
DEFINITIONS |
OPSkel |
It is the Frame where the graphical user interface (GUI) is placed. It
provides some services to the GUI: -
Menu, tool bar (optional), message button, status bar and activity button. |
OPLookAndFeel |
The OPLookAndFeel defines the behavior of the components when the user
interacts with them. |
OPBeans |
The OPBeans are graphical
components (buttons, textfields, output areas,...) that can be easily set up without
introducing any Java code. - How
to use them: properties that you can set.
- OPBeans
Javadoc. |
OPController |
Facilities to connect the application to
the GUI. OPController documentation:
Word format PDF format
|
|