# File lib/Borges/Component/Window.rb, line 39
  def style
    if @style
      @style
    else  
      default_style
    end
  end