java - Tooltip in swing -
java - Tooltip in swing -
i made tool tip comportment in swing using html tags
_graph.settooltiptext("<html><div style=\"width: 300px; height: 100px;" + " overflow: auto; border: 0;<p style=\"padding:2 5 2 5;\"></div>please wait...");
here _graph
object of component. problem is, if info exceeds need scroll not happening.please suggest me create scrollbar.
default tooltips basic: lable-like component, limited text-only (except html). mentioned, way more fancy tooltips extend jtooltip , allow graph component homecoming custom tooltip in createtooltip. example , pitfalls discussed on @ otn
java html swing scrollbar tooltip
Comments
Post a Comment