tabbedPane = new JTabbedPane();
tabbedPane.setFocusable(false);
popupListener = new PopupMouseAdapter(this);
tsContainerPanel = new SDNContainerPanel(context);
tsContainerPanel.getGraphPanel().addMouseListener(new PopupMouseAdapter(this));
tsContainerPanel.addMouseListener(new PopupMouseAdapter(this));
tsContainerPanel.setFocusable(true);
tsContainerPanel.requestFocusInWindow();
tsContainerPanel.addKeyListener(new TimeSeriesKeyAdapter(this));