/* * MyContextChild.java * * Created on December 10, 2005, 4:00 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.kitfox.vectorgraphics.test; import java.beans.beancontext.BeanContextChildSupport; /** * * @author kitfox */ public class MyContextChild extends BeanContextChildSupport { /** Creates a new instance of MyContextChild */ public MyContextChild() { } }