| Package | Description |
|---|---|
| org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
| org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
| Modifier and Type | Field and Description |
|---|---|
protected StatusBar |
AbstractMDIApplication.statusBar
The MDIApplication associated Status bar.
|
| Modifier and Type | Method and Description |
|---|---|
StatusBar |
AbstractMDIApplication.getStatusBar()
Return the Statusbar associated with the main window, and create it before if it does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
StatusBar |
GUIApplication.getStatusBar()
Return the Statusbar associated with the main window.
|