home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / Tango / data.z / Hello.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-02-03  |  488 b   |  10 lines

  1. package com.everyware.tango.jas;
  2.  
  3. public class Hello extends Action {
  4.    public void customProcessing(String[] var1) {
  5.       ((Action)this).setNumColumns(1);
  6.       ((Action)this).newRow();
  7.       ((Action)this).newColumn("Hello!");
  8.    }
  9. }
  10.