{
  BlockEvents
  ExitButtons()
  FocusKeysHorizontal()
  Window(Width 700 Height 700 {
    Vertical {
      Height 30 {}
      Height 630 Scrolling(MarginRight(10, Using "list" List(VERTICAL,
        Height 30 Horizontal {
          Using "text" Label()
          Stretch {}
          Using "score" Label()
        }
      )))
    }
  })
}
