home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / BackgroundStyle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  233 b   |  6 lines

  1. interface BackgroundStyle {
  2.    int None = 0;
  3.    int SolidColor = 1;
  4.    int Image = 2;
  5. }
  6.