Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Window-creation/Smalltalk/window-creation-1.st
Normal file
1
Task/Window-creation/Smalltalk/window-creation-1.st
Normal file
|
|
@ -0,0 +1 @@
|
|||
SystemWindow new openInWorld.
|
||||
4
Task/Window-creation/Smalltalk/window-creation-2.st
Normal file
4
Task/Window-creation/Smalltalk/window-creation-2.st
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|top|
|
||||
top := TopView new.
|
||||
top add: (Label label: 'Hello World') in:(0.0@0.0 corner:1.0@1.0).
|
||||
top open
|
||||
Loading…
Add table
Add a link
Reference in a new issue