Advertisement
Guest User

Untitled

a guest
May 27th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. frame := LayoutFrame new
  2.         topFraction: 0.0 offset: 10;
  3.         bottomFraction: 0.0 offset: 40;
  4.         leftFraction: 0.5 offset: -10;
  5.         rightFraction: 0.5 offset: 10.
  6.        
  7. SystemWindow new addMorph: Morph new fullFrame: frame; openInWorld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement