I decided to create a subclass of PRPierFrame to start a new site.
The only thing I overrode from PRPierFrame is the class method
createInvironemntFor:. I remove the view widget, and reordered the
other two on the left side of the display. I then initialized this
new class, gave it a new kernel name and root, and opened it up. It
displayed as I had expected it to.
Problem is, the existing pier app now displays the new structure
too. Why is this? Are some Pier classes singletons?