dateSelectorPanel.setBackground(SystemColor.window);
FlowLayout fl_dateSelectorPanel = (FlowLayout) dateSelectorPanel.getLayout();
fl_dateSelectorPanel.setAlignment(FlowLayout.LEFT);
getContentPane().add(dateSelectorPanel, BorderLayout.NORTH);
this.periodSelector = new PeriodSelector(null, null, 13);
periodSelector.setBackground(SystemColor.window);
EnumSet<SelectionMode> selectionModes;
selectionModes = EnumSet.of(SelectionMode.DAY, SelectionMode.WEEK, SelectionMode.MONTH);
periodSelector.setSelectionModes(selectionModes);