Class edu.umn.geom.IFSoft.DotPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.umn.geom.IFSoft.DotPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----edu.umn.geom.IFSoft.DotPanel

public class DotPanel
extends Panel
A panel with a colored dot in it.

Constructor Index

 o DotPanel(Color)

Method Index

 o paint(Graphics)

Constructors

 o DotPanel
  public DotPanel(Color color)
Parameters:
color - Color in which to draw the dot.

Methods

 o paint
  public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index