| |
|
| java.awt.Window com.javujavu.javux.wings.WingWindow
WingWindow | public class WingWindow extends Window (Code) | | An extended version of java.awt.Window that adds support for
the WingS component architecture.
WingWindow contains a
WingRootPane as its only child.
This is one of the core WingS classes required by all the components
This class is thread safe.
See Also: WingRootPane |
Constructor Summary | |
public | WingWindow() | public | WingWindow(Frame owner) Constructs an initially invisible Window with
the specified owner Frame . |
WingWindow | public WingWindow()(Code) | | Constructs an initially invisible Window
|
WingWindow | public WingWindow(Frame owner)(Code) | | Constructs an initially invisible Window with
the specified owner Frame .
Parameters: owner - the owner of the window |
getDummyFrame | protected static Frame getDummyFrame()(Code) | | |
setMenuBar | public void setMenuBar(WingComponent c)(Code) | | Sets the menu bar for this dialog.
Parameters: c - the menu bar being placed in the dialog |
|
|
|