this.application = application;
setTitle( BUNDLE.getString( "Application.Title" ) );
setContentPane( contentPane );
graphPane = new GraphPane();
treeModelPane = new TreeModelPane();
detailModelPane = new DetailModelPane();
treeModelPane.addTreeSelectionListener( new TreeSelectionListener()
{