All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----jp.kyasu.awt.NativePanel
NativePanel
is the simplest native (heavyweight)
container class. The update()
method simply paints the
components. The default layout manager for a panel is
BorderLayout
.
public NativePanel()
public NativePanel(LayoutManager layout)
public void update(Graphics g)
All Packages Class Hierarchy This Package Previous Next Index