SmalltalkAppletStub.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
equal deleted inserted replaced
2079:08505399cea8 2380:9195eccdcbd9
    51      as of 1.9.2010
    51      as of 1.9.2010
    52 
    52 
    53 "
    53 "
    54 ! !
    54 ! !
    55 
    55 
       
    56 
    56 !SmalltalkAppletStub methodsFor:'accessing'!
    57 !SmalltalkAppletStub methodsFor:'accessing'!
    57 
    58 
    58 appletContext
    59 appletContext
    59     "return the value of the instance variable 'appletContext' (automatically generated)"
    60     "return the value of the instance variable 'appletContext' (automatically generated)"
    60 
    61 
   117     parameter := something.
   118     parameter := something.
   118 
   119 
   119     "Created: 1.8.1997 / 15:56:20 / cg"
   120     "Created: 1.8.1997 / 15:56:20 / cg"
   120 ! !
   121 ! !
   121 
   122 
       
   123 
   122 !SmalltalkAppletStub methodsFor:'applet actions'!
   124 !SmalltalkAppletStub methodsFor:'applet actions'!
   123 
   125 
   124 appletResize:newWidth _:newHeight
   126 appletResize:newWidth _:newHeight
   125     self halt.
   127     self halt.
   126 
   128 
   127     "Created: 13.8.1997 / 00:18:41 / cg"
   129     "Created: 13.8.1997 / 00:18:41 / cg"
   128 ! !
   130 ! !
       
   131 
   129 
   132 
   130 !SmalltalkAppletStub methodsFor:'java accessing'!
   133 !SmalltalkAppletStub methodsFor:'java accessing'!
   131 
   134 
   132 doesNotUnderstand:aMessage
   135 doesNotUnderstand:aMessage
   133     |selector base|
   136     |selector base|
   184 
   187 
   185     "Created: 1.8.1997 / 15:56:51 / cg"
   188     "Created: 1.8.1997 / 15:56:51 / cg"
   186     "Modified: 14.8.1997 / 01:28:56 / cg"
   189     "Modified: 14.8.1997 / 01:28:56 / cg"
   187 ! !
   190 ! !
   188 
   191 
       
   192 
   189 !SmalltalkAppletStub class methodsFor:'documentation'!
   193 !SmalltalkAppletStub class methodsFor:'documentation'!
   190 
   194 
   191 version
   195 version
   192     ^ '$Header$'
   196     ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
   193 !
   197 !
   194 
   198 
   195 version_CVS
   199 version_CVS
   196     ^ '$Header$'
   200     ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.12 2013-02-16 18:08:32 vrany Exp $'
   197 !
   201 !
   198 
   202 
   199 version_HG
   203 version_HG
   200 
   204 
   201     ^ '$Changeset: <not expanded> $'
   205     ^ '$Changeset: <not expanded> $'