home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / PreviewCellRenderer$TextAttribute.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  788 b   |  20 lines

  1. package asp.wizard;
  2.  
  3. import java.awt.Color;
  4. import java.awt.Font;
  5.  
  6. class PreviewCellRenderer$TextAttribute {
  7.    // $FF: synthetic field
  8.    private final PreviewCellRenderer this$0;
  9.    boolean _underline;
  10.    Font _font;
  11.    Color _color;
  12.  
  13.    PreviewCellRenderer$TextAttribute(PreviewCellRenderer this$0) {
  14.       this.this$0 = this$0;
  15.       this.this$0 = this$0;
  16.       this._underline = false;
  17.       this._color = Color.black;
  18.    }
  19. }
  20.