/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.testproject.testclasses; import java.lang.Boolean; /** * * @author Joao */ public class DownClass extends MidClass { String field; String field2; Text fieldX = new Text("XYZ"); public void xyz(){ System.out.println("XYZ"); } }