}
LANGUAGE.HTML.setDefaultStyles(new Font("Courier New", Font.PLAIN, 12));
LANGUAGE.JAVA.setDefaultStyles(new Font("Courier New", Font.PLAIN, 12));
this.statusBar = new StatusBar();
this.ruleContainer = new RuleContainer(this);
this.rulePackageContainer = new RulePackageContainer(this);
this.associationsContainer = new AssociationsContainer(this);
this.treePane = new TreePane(this, this.ruleContainer, this.rulePackageContainer);