PanelEvent event = (PanelEvent)e;
final Production production = event.getRecipient().getRoot().getProduction();
final List<Stage> stages = production.getTheater().getStages();
for(Stage stage : stages)
{
production.openScene(stage.getScene().getResourceLoader().getRoot(), stage, new OptionsMap());
}
// (let [scene (.getRoot (.getRecipient e))
// stage (.getStage scene)
// production (.getProduction scene)