Class JFrameView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class JFrameView extends JFrame
View in the MVC pattern, defines all the components and process actions sent by the model.
Main groups of components:
- at the top: textfield inputs,
- at the center: tree on the left, table on the right,
- at the bottom: information labels.
See Also: