home *** CD-ROM | disk | FTP | other *** search
- package asp.wizard;
-
- import java.awt.Color;
- import java.awt.Font;
-
- class PreviewCellRenderer$TextAttribute {
- // $FF: synthetic field
- private final PreviewCellRenderer this$0;
- boolean _underline;
- Font _font;
- Color _color;
-
- PreviewCellRenderer$TextAttribute(PreviewCellRenderer this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- this._underline = false;
- this._color = Color.black;
- }
- }
-