| Constructor and Description |
|---|
Viewport()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToDesktop(JInternalFrame inFrame)
Adds a
JInternalFrame. |
void |
addWidget(Widget widget)
Adds a widget.
|
JComponent |
get()
Returns the component.
|
JInternalFrame |
getInternalFrame(Widget widget)
|
void |
init()
Initialization.
|
public void init()
public void addWidget(Widget widget)
widget - the widget to be addedpublic void addToDesktop(JInternalFrame inFrame)
JInternalFrame.inFrame - the JInternalFrame to be addedpublic JInternalFrame getInternalFrame(Widget widget)
widget - the widgetpublic JComponent get()