234235236237238239240241
if (init) { this.elementsStore = new ContentStore(); this.pendingStore = new ContentStore(); this.boxDefinitionFactory = new DefaultBoxDefinitionFactory(new BorderFactory()); } }
235236237238239240241242