}
private JPanel createRightPanel() {
JPanel panel = new JPanel(new BorderLayout(0, 5));
PLLView pllView = new PLLView(this.cubeModel);
panel.add(pllView, BorderLayout.CENTER);
// TODO mmi: Add Info ViewPart if Category is implemented
// InfoView infoView = new InfoView(this.cubeModel);
// panel.add(infoView, BorderLayout.PAGE_END);