01: package field.pullup; 02: 03: import java.awt.Panel; 04: 05: /** 06: * Description of the Class 07: * 08: *@author Chris Seguin 09: */ 10: class Parent extends Grandparent { 11: /** 12: * Description of the Field 13: */ 14: protected Panel panel5; 15: private int panel1; 16: }