public AbstractWindowingPE() {
}
public void init() {
// this reference will be shared amongst all instances of the pe
slotUtils = new SlotUtils(slotSize);
try {
slotClass = Class.forName(slotClassName);
} catch (ClassNotFoundException cnfe) {
throw new RuntimeException(cnfe);