Using the code below
TextBox txbox = new TextBox();
txbox.setTooltip(new Tooltip("text box tooltip"));
Does not appear to display or popup any tooltips.
I've tested this with passwordbox, button and textbox.
TextBox txbox = new TextBox();
txbox.setTooltip(new Tooltip("text box tooltip"));
Does not appear to display or popup any tooltips.
I've tested this with passwordbox, button and textbox.