return;
}
for (Workspace w : pc.getCurrentProject().getLookup().lookup(WorkspaceProvider.class).getWorkspaces()) {
content.addListComponent(new WorkspacePanePanel(w));
}
pane = new JPopupPane(WorkspaceUISelectorPanel.this, content);
pane.showPopupPane();
}
});
leftArrowButton.addActionListener(new ActionListener() {