# File gglib/examples/SplashScreen.rb, line 22
  def createWindow
    #Once the load method is finished, create window is called.
    #This is where we should initialize and lauch our window.
    #We'll just resuse the routines from BasicExample.rb.
    require "BasicExample"
  end