All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jp.kyasu.awt.NativePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jp.kyasu.awt.NativePanel

public class NativePanel
extends Panel
The NativePanel is the simplest native (heavyweight) container class. The update() method simply paints the components. The default layout manager for a panel is BorderLayout.

Version:
18 Jun 1998
Author:
Kazuki YASUMATSU

Constructor Index

 o NativePanel()
 o NativePanel(LayoutManager)

Method Index

 o update(Graphics)
Updates this panel.

Constructors

 o NativePanel
 public NativePanel()
 o NativePanel
 public NativePanel(LayoutManager layout)

Methods

 o update
 public void update(Graphics g)
Updates this panel.

Overrides:
update in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index