JAL-3446 problem with Select-Find tooltip
authorBobHanson <hansonr@stolaf.edu>
Tue, 9 Jun 2020 21:32:02 +0000 (16:32 -0500)
committerBobHanson <hansonr@stolaf.edu>
Tue, 9 Jun 2020 21:32:02 +0000 (16:32 -0500)
commit87841c5602b91a6639eddba560456d09951ea2c8
treebaa1d029fc50b380b0d88dc07dd6a1132378f18a
parent64aa974d5e6032eb5a1d813563c79cb41ec92d68
JAL-3446 problem with Select-Find tooltip

- Just too complex to allow wrapping AND <br> tags.

- Compromise is to not worry about "maximum length" if "<br>" is used.

- Assumption is that if you took the time to put in a <br> you expect
that to be where (and only where) the line breaks are and also to define
the width of the tooltip

- adds a thin border around the tooltip text.
src/jalview/gui/JvSwingUtils.java