< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/skin/TooltipSkin.java

Print this page

        

@@ -57,10 +57,11 @@
      *                                                                         *
      **************************************************************************/
 
     /**
      * Creates a new TooltipSkin instance for the given {@link Tooltip}.
+     * @param t the tooltip
      */
     public TooltipSkin(Tooltip t) {
         this.tooltip = t;
         tipLabel = new Label();
         tipLabel.contentDisplayProperty().bind(t.contentDisplayProperty());
< prev index next >