A BallWorlds application is a Swing application that simulates "worlds" that
contain instances of various kinds of "balls" (and possibly other objects).
Main() -
Constructor for class ballWorlds.framework.Main
Moves this Morphable object from its current World to the given World,
but maintaining the same position (point) at which the Morphable
currently lives.
Multiplies this Morphable object's size by the given multiplier, thus
either shrinking (multiplier < 1) or expanding (multiplier > 1) this
Morphable object's size.