*/
@Override
public JComponent getContent() {
JPanel cont = new JPanel(new BorderLayout());
cont.add(new ProjectPanel(), BorderLayout.CENTER);
cont.add(createBottomDock(I18N.t("Erstelle/Importiere ein Projekt und öffne es dann.")), BorderLayout.SOUTH);
// JPanel p = new JPanel(new GridLayout(1, 1));
// p.add();