SmalltalkAppletStub.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/SmalltalkAppletStub.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/SmalltalkAppletStub.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !SmalltalkAppletStub methodsFor:'accessing'!
 
 appletContext
@@ -119,6 +120,7 @@
     "Created: 1.8.1997 / 15:56:20 / cg"
 ! !
 
+
 !SmalltalkAppletStub methodsFor:'applet actions'!
 
 appletResize:newWidth _:newHeight
@@ -127,6 +129,7 @@
     "Created: 13.8.1997 / 00:18:41 / cg"
 ! !
 
+
 !SmalltalkAppletStub methodsFor:'java accessing'!
 
 doesNotUnderstand:aMessage
@@ -186,14 +189,15 @@
     "Modified: 14.8.1997 / 01:28:56 / cg"
 ! !
 
+
 !SmalltalkAppletStub class methodsFor:'documentation'!
 
 version
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG