ipm.show();
}
});
__border_root = new BorderPane();
__border_root.setId("main_border_root");
__bookmarks_pane = new VBox();
BorderPane temp = new BorderPane();
__bookmarks_pane.setPrefWidth(TRASP_WEMP);
__bookmarks_pane.setMinWidth(TRASP_WEMP);
temp.setTop(UtilityFX.sep(25, 43));
temp.setBottom(UtilityFX.sep(0, 0));
temp.setLeft(UtilityFX.sep(0, 0));
temp.setCenter(UtilityFX.sep(0, 0));
temp.setRight(__bookmarks_pane);
__border_root.setCenter(__main_pane);
__border_root.setRight(temp);
__bookmarks_action = BookmarkActionHandler.getInstance(this);