2766276727682769277027712772
* Adds a click tool tip listener to the provided component. * @param comp the component. */ public static void addClickTooltipListener(JComponent comp) { comp.addMouseListener(new ClickTooltipDisplayer()); }