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

Class wb.FontSizeSelect

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

public class FontSizeSelect
extends Choice
Choice with a pop up menus of choices which switch the size of fonts of Text Objects created. Owing to the availability of the various font sizes, an alternate approach of NORMAL, BIG, SMALL is used

Constructor Index

 o FontSizeSelect()
Creates a new instance of this class with selectable choices of "Normal", "Big", "Small"

Constructors

 o FontSizeSelect
  public FontSizeSelect()
Creates a new instance of this class with selectable choices of "Normal", "Big", "Small"

All Packages  Class Hierarchy  This Package  Previous  Next  Index