GWT does provide tooltip with something like:
Label label = new Label("test");
label.setTitle("This is a tooltip");
Is there a way to style such tooltips? Is there a library for GWT that supports this?
Edit: How do I set the time for the tooltip to appear?