Example #1
0
 public ToolTip(String text) {
   this();
   setText(text);
 }