Package | Description |
---|---|
g2d.swing |
This package contains some swing classes for building GUI's using the glyphish hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
IOPFrame.add(IOPView view)
Adds an IOPView to the center of frame.
|
void |
IOPFrame.add(IOPView view,
int position)
Adds an IOPView to the specified position in BorderLayout to the frame.
|
void |
IOPFrame.add(IOPView view,
java.lang.String layout)
Deprecated.
Use
IOPFrame.add(IOPView, int) instead. |
Constructor and Description |
---|
IOPFrame(java.lang.String title,
IOPView view)
Class constructor with default IOPView
|
IOPToolBar(IOPView view) |