# File lib/Borges/Component/ToolFrame.rb, line 27
  def open_tool(aToolClass)
    self.call_title_content(Window.new,
          aToolClass.title,
          aToolClass.new.root(@child))
  end