364365366367368369370371372373374
{ final List<WebCustomTooltip> tooltips = new ArrayList<WebCustomTooltip> (); tooltips.addAll ( webTooltips.get ( component ) ); for ( final WebCustomTooltip tooltip : tooltips ) { webGlassPane.showComponent ( tooltip ); } } } return true; }
667668669670671672673674675676677
// Registering one-time tooltip oneTimeTooltips.add ( customTooltip ); // Displaying one-time tooltip webGlassPane.showComponent ( customTooltip ); return customTooltip; } /**