5 lines
119 B
Racket
5 lines
119 B
Racket
#lang racket/gui
|
|
(send (new frame%
|
|
[label "New Window"]
|
|
[width 100] [height 100])
|
|
show #t)
|