<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><br></div><div>Do you mean something like this:&nbsp;</div><div><br></div><div><div>#lang lazy&nbsp;</div><div><br></div><div>(require racket/gui)</div><div><br></div><div>(define f (new frame% [label "hello world"] [width 200] [height 200]))</div><div>(define t (new button% [label "bye"] [parent f] [callback void]))</div><div><br></div><div>(send f show #t)</div></div><div><br></div><div><br></div><div><br></div><br><div><div>On May 21, 2012, at 9:49 PM, Michael Rice wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I answered my own question by looking at the language menu, I think.<div><br></div><div>Michael<br><br><div class="gmail_quote">On Mon, May 21, 2012 at 4:02 PM, Michael Rice <span dir="ltr">&lt;<a href="mailto:limitcase@gmail.com" target="_blank">limitcase@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can I get Racket's graphics capability with lazy Scheme?<span class="HOEnZb"><font color="#888888"><div><br></div><div>
Michael</div>
</font></span></blockquote></div><br></div>
____________________<br> &nbsp;Racket Users list:<br> &nbsp;<a href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</a><br></blockquote></div><br></body></html>