protected void constructor() { Logics = new Logics.ResistorLogics(); Graphics = new Graphics.ResistorGraphics(); Graphics.parent = this; Logics.parent = this; ToolTip = new GUI.ResistorProperties(); }