Class wb.ColorSelect
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.ColorSelect

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Choice
                   |
                   +----wb.ColorSelect

public class ColorSelect
extends Choice
Choice with a pop up menus of choices which switch the color of Objects created

Constructor Index

 o ColorSelect()
Creates a new instance of ColorSelect which has the choices like blue, red, ...

Constructors

 o ColorSelect
  public ColorSelect()
Creates a new instance of ColorSelect which has the choices like blue, red, ... Since the action handler is not provided, it may turn out this does not adher to OODesign priniciples. (Temporary Fix)

All Packages  Class Hierarchy  This Package  Previous  Next  Index