/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.space.widget; import automenta.spacenet.space.Space; /** * manages children widgets: * -themes * -behaviors * ... */ public class WidgetSpace extends Space { }