checkin from browser
authorcg
Wed, 23 Dec 1998 19:28:03 +0000
changeset 505 4a188242ced2
parent 504 e22c50026869
child 506 81d3ef12bdc9
checkin from browser
JavaVM.st
--- a/JavaVM.st	Wed Dec 23 19:27:30 1998 +0000
+++ b/JavaVM.st	Wed Dec 23 19:28:03 1998 +0000
@@ -2314,11 +2314,11 @@
     ].
     gc := jGraphics instVarAt:O_WGgraphics_pData.
 
-"/    trans := gc translation.
-"/    tX := trans x.
-"/    tY := trans y.
-    tX := gc translationX.
-    tY := gc translationY.
+    trans := gc translation.
+    tX := trans x.
+    tY := trans y.
+"/    tX := gc translationX.
+"/    tY := gc translationY.
 
     orgX := jGraphics instVarAt:O_WGgraphics_originX.
     orgY := jGraphics instVarAt:O_WGgraphics_originY.
@@ -2328,7 +2328,7 @@
     ^ gc
 
     "Created: / 8.1.1998 / 00:16:38 / cg"
-    "Modified: / 23.12.1998 / 19:05:45 / cg"
+    "Modified: / 23.12.1998 / 20:27:35 / cg"
 !
 
 jPeerForView:aView
@@ -10836,6 +10836,6 @@
 !JavaVM class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.105 1998/12/23 19:26:33 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.106 1998/12/23 19:28:03 cg Exp $'
 ! !
 JavaVM initialize!