home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // AlertPanel
- // by Charles Lloyd
- ////////////////////////
-
-
- id alertString;
- id alertFontColor;
- id alertFontSize;
-
- id infoString;
- id infoFontColor;
- id infoFontSize;
-
- id borderSize;
- id tableWidth;
-
- - awake
- {
- alertString = @"Alert!";
- alertFontColor = @"#ff0000";
- alertFontSize = 6;
-
- infoString = @"User should provide an infoString";
- infoFontColor = @"#ff0000";
- infoFontSize = 4;
-
- borderSize = 2;
- tableWidth = @"50%";
- }
-