public void putDebugText(String text) { if (debugWindow == null) { debugWindow = new DebugOut(); debugWindow.Owner = this; } debugWindow.putText(text); debugWindow.Show(); }