// return createPerspective3();
return null;
}
private Perspective createPerspective1() {
Perspective perspective = new Perspective(P1, "Perspective1");
LayoutSequence sequence = perspective.getInitialSequence(true);
sequence.add("main.view");
sequence.add(BIRD_VIEW, "main.view", EAST_REGION, .3f);
sequence.add(MESSAGE_VIEW, "main.view", WEST_REGION, .3f);
sequence.add(PROBLEM_VIEW, MESSAGE_VIEW);