private void constructor() { Logics = new Logics.ORGateLogics(); Graphics = new Graphics.ORGateGraphics(); Graphics.parent = this; Logics.parent = this; }