# File gglib/examples/ConsoleDemo.rb, line 20
  def onStart
    $window.setBackground("img/bg.png")
    GGLib::Button.new("button2", "Open Console", 270, 200, Proc.new{ |widget| GGLib::DebugConsole.new }, GGLib::Themes::BlueSteel)
  end