All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.gui.ColouredLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Label
                   |
                   +----edsac.gui.ColouredLabel

public class ColouredLabel
extends Label
A label class for making labels with different foreground and background colours from the GUI


Constructor Index

 o ColouredLabel(Color, Color, String)

Constructors

 o ColouredLabel
 public ColouredLabel(Color fg,
                      Color bg,
                      String text)

All Packages  Class Hierarchy  This Package  Previous  Next  Index