getMenuManager().setActionVisible(ACTION_FULL_SCREEN, false);
if (Environment.isExternal()) // external users only see project team
getMenuManager().setActionVisible(ACTION_TEAM_FILTER, false);
toolBar.addSeparator(new Dimension(20, 20));
toolBar.add(new Box.Filler(new Dimension(0,0),new Dimension(0,0),new Dimension(Integer.MAX_VALUE,Integer.MAX_VALUE)));
toolBar.add(((DefaultFrameManager)getFrameManager()).getProjectComboPanel());
toolBar.add(Box.createRigidArea(new Dimension(20,20)));
if (Environment.isNewLaf())
toolBar.setBackground(Color.WHITE);