public void install(Component component) {
super.install(component);
Tooltip tooltip = (Tooltip)component;
dropShadowDecorator = new DropShadowDecorator(5, 2, 2);
tooltip.getDecorators().add(dropShadowDecorator);
tooltip.setContent(border);
tooltip.getTooltipListeners().add(this);