# File src/textarea.rb, line 22
  def dimension(w, h)
    @w, @h = w, h
    @field = nil
  end