This module provides a class to represent a frame where a simulator can display components. It is the simulator that controls the frame, and through this frame the user can also give orders to the simulator.
This section allows you to access the Java source file of the module.
Here are listed the classes provided by the module. To use one of them, you have to specify the namespace of the module.
Represents a frame where a simulator can display components. As the simulator controls the frame, the interface of this class reveals lots of details about the frame structure. To use this class, the user only needs to build an object, then the simulation loads automatically. Except for the constructor, all the methods of this class should not be invoked directly by the user. It is the simulator that call them.