TreeSelectionListener listener, IconResource iconResource) {
this.zooInspectorManager = zooInspectorManager;
this.setLayout(new BorderLayout());
final JPopupMenu popupMenu = new JPopupMenu();
final JMenuItem addNotify = new JMenuItem("Add Change Notification");
this.toasterManager = new Toaster();
this.toasterManager.setBorderColor(Color.BLACK);
this.toasterManager.setMessageColor(Color.BLACK);
this.toasterManager.setToasterColor(Color.WHITE);
toasterIcon = iconResource.get(IconResource.ICON_INFORMATION,"");
addNotify.addActionListener(new ActionListener() {