theProjectsPanel.setLayout( new BorderLayout() );
theProjectsPanel.add( theButtonPanel, BorderLayout.NORTH );
theProjectsPanel.add( theProjectsDetailPanel, BorderLayout.CENTER );
layout.setConstraint( theProjectsPanel,
new FrameConstraint( 0.0, x,
0.0, 60,
1.0, -10,
1.0, -10 ));
add( theProjectsPanel );
}