JavaTopView.st
changeset 596 1649256b9b6d
parent 545 6a841644c5e9
child 713 75e92ac63bf1
--- a/JavaTopView.st	Sat Aug 21 11:35:42 1999 +0000
+++ b/JavaTopView.st	Sat Aug 21 11:36:13 1999 +0000
@@ -92,7 +92,7 @@
 
     rect := Rectangle left:x top:y width:w height:h.
 
-"/ 'JavaView expose' printCR.
+('JavaTopView exposeX:' , x printString , ' y:' , y printString , ' width:' , w printString , ' height:' , h printString) printCR.
 
     updateRegions isNil ifTrue:[
         updateRegions := OrderedCollection new.
@@ -131,5 +131,5 @@
 !JavaTopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaTopView.st,v 1.5 1999/01/29 15:30:27 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaTopView.st,v 1.6 1999/08/21 11:35:54 cg Exp $'
 ! !