protected void constructor() { Logics = new Logics.MovementDetectorLogics(); Graphics = new Graphics.MovementDetectorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.MovementDetectorProperties(); }