| Interface | Description |
|---|---|
| IPanel |
The interface that the component shown into the main window must implement
The panel must extends a JComponent (it can also be a JRootPane in order
to be able to define its own menubar).
|
| Class | Description |
|---|---|
| DefaultPanel |
Default implementatio for a IPanel.
|
| Frame |
The main frame of the application.
|
| Exception | Description |
|---|---|
| PanelException |
An Exception of the panel package.
|