com.magelang
Class Colors

java.lang.Object
  |
  +--com.magelang.Colors

public class Colors
extends java.lang.Object

Color class -- used to define a nice blue-ish background

Use this code at your own risk! MageLang Institute is not responsible for any damage caused directly or indirctly through use of this code.

SOFTWARE RIGHTS

MageLang support classes, version 1.0, MageLang Institute

We reserve no legal rights to this code--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with it, including including the incorporation of it into commerical software.

However, this code cannot be sold as a standalone product.

We encourage users to develop software with this code. However, we do ask that credit is given to us for developing it By "credit", we mean that if you use these components or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like these components and have developed a nice tool with the output, please mention that you developed it using these components. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed.

The MageLang Support Classes Gang:


Field Summary
static java.awt.Color lightSkyBlue3
           
 
Constructor Summary
Colors()
           
 
Method Summary
static java.lang.String getJavaInitializationString(java.awt.Color c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lightSkyBlue3

public static java.awt.Color lightSkyBlue3
Constructor Detail

Colors

public Colors()
Method Detail

getJavaInitializationString

public static java.lang.String getJavaInitializationString(java.awt.Color c)