*/
private void initDialogs() {
optionDialog = new OptionDialog(this, JSimLogic.getInstance()
.getGlobalOptions());
optionDialog.pack();
newProjectDialog = new NewProjectDialog(this);
newProjectDialog.pack();
JSimLogic.getInstance().addTypesToDialog(
newProjectDialog.getListModel());
newFileDialog = new NewFileDialog(this, newFileTree);
newFileDialog.pack();