gnu.kawa.swingviews

Class SwingFrame

Implemented Interfaces:
ViewContainer

public class SwingFrame
extends JFrame
implements ViewContainer

Constructor Summary

SwingFrame(String title, javax.swing.JMenuBar menubar, Object contents)

Method Summary

Object
addButton(Button model)
void
addComponent(Object contents)

Constructor Details

SwingFrame

public SwingFrame(String title,
                  javax.swing.JMenuBar menubar,
                  Object contents)

Method Details

addButton

public Object addButton(Button model)
Specified by:
addButton in interface ViewContainer

addComponent

public void addComponent(Object contents)