JavaView.st
changeset 596 1649256b9b6d
parent 563 a449d76e4182
child 647 60f4a2f82908
--- a/JavaView.st	Sat Aug 21 11:35:42 1999 +0000
+++ b/JavaView.st	Sat Aug 21 11:36:13 1999 +0000
@@ -170,7 +170,7 @@
 
     rect := Rectangle left:x top:y width:w height:h.
 
-"/ 'JavaView expose' printCR.
+('JavaView exposeX:' , x printString , ' y:' , y printString , ' width:' , w printString , ' height:' , h printString) printCR.
 
     updateRegions isNil ifTrue:[
         updateRegions := OrderedCollection new.
@@ -252,5 +252,5 @@
 !JavaView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaView.st,v 1.19 1999/06/07 12:17:39 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaView.st,v 1.20 1999/08/21 11:36:02 cg Exp $'
 ! !