JPanel centerPanel = new JPanel(new BorderLayout());
centerPanel.setOpaque(false);
centerPanel.setBorder(BorderFactory.createEmptyBorder());
mFilterPanel = new FilterPanel();
mFilterPanel.setVisible(false);
mTimeChooserPanel = new TimeChooserPanel(this);
centerPanel.add(mFilterPanel, BorderLayout.NORTH);