home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / CheckTest.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-05-17  |  604 b   |  15 lines

  1. package checkbox;
  2.  
  3. public class CheckTest {
  4.    // $FF: renamed from: b java.lang.String[]
  5.    String[] field_0 = new String[]{"1", "2", "3", "4"};
  6.  
  7.    public String[] getFruit() {
  8.       return this.field_0;
  9.    }
  10.  
  11.    public void setFruit(String[] b) {
  12.       this.field_0 = b;
  13.    }
  14. }
  15.