aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hermes/Hermes_Gui1.3.rkt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Hermes/Hermes_Gui1.3.rkt b/Hermes/Hermes_Gui1.3.rkt
index ba239c3..395c26e 100644
--- a/Hermes/Hermes_Gui1.3.rkt
+++ b/Hermes/Hermes_Gui1.3.rkt
@@ -12,8 +12,7 @@
(provide make-gui)
(define (make-gui)
- (begin
- ;;Create the frame
+ ;;Create the frame/window with title "Example5", width 500 and height 700
(define main-frame (new frame%
[label "Example5"]
[width 500]
@@ -144,7 +143,7 @@
(else (error "Invalid Request" command))
))
;;dispatch goes below that
- dispatch))
+ dispatch)
;This one displays information