| |
|
| java.awt.Frame com.javujavu.javux.wings.WingFrame
WingFrame | public class WingFrame extends Frame (Code) | | An extended version of java.awt.Frame that adds support for
the WingS component architecture.
WingFrame contains a
WingRootPane as its only child.
This class is thread safe.
See Also: WingRootPane |
Constructor Summary | |
public | WingFrame() Constructs a new instance of Frame that is
initially invisible. |
WingFrame | public WingFrame()(Code) | | Constructs a new instance of Frame that is
initially invisible. The title of the Frame
is empty.
|
setMenuBar | public void setMenuBar(WingComponent c)(Code) | | Sets the menu bar for this frame.
Parameters: c - the menu bar being placed in the frame |
|
|
|